Unitrai Blog · Page 5
Development tutorials, case studies, and technology insights from the Unitrai engineering team.
If you are a victim of Browser Modifier Virus ( malware ) Browser Modifier:Win32/Soctuseer, which changes browsers data ( search engines etc. ) without your information is bad bad program in your PC. Below information is fetched from Windows Defender ( Windows inbuilt malware/virus protection softwa
Simple structure to pin the flow to developers mind for project IS
Best method to change Laravel's default timestamps: Step 1: Override const in specific model like: const CREATED_AT = 'created'; const UPDATED_AT = 'updated'; Then getCreatedAtColumn and getUpdatedAtColumn Methods will return newly assigned names
BrowserModifier:Win32/Neobar is malware which changes various browser data without notifying you. Windows defender provides the following information about this: The following error occurred: Error code 0x80070057. The parameter is incorrect. Category: Browser Modifier Description: This program c
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class '' not found in C:\Server\xampp56\htdocs\alf\classified\system\database\drivers\mysqli\mysqli_result.php on line 183 A PHP Error was encountered Severity: Error Message: Class '' not found Filename: my
To create model controller migration using single artisan command Laravel 5.6: Step 1: php artisan make:model YourModelName -a That's it.
The regex caused the error during validation check on Alphaspace Rules regular expression for below regex: return preg_match('^[a-zA-Z\s]+$',$value); To fix the issue add delimiters to regex, below is the right regex: public function passes($attribute, $value) { return preg_match('/^[a-zA-Z\s]+$/
Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Class 'App\Http\Requests\Input' not found Laravel" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalThrowableError in C:\Server\nigix\www\mi\app\Http\Requests\RegistrationForm.php:33