What is sr-only CSS class in twitter bootstrap 3 or 4?
As per official bootstrap documentation about "sr-only CSS class":
As per official bootstrap documentation about "sr-only CSS class":
List of popular and most used search engines based on web research: (more…)
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
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]+$/',$value); } # note / slash in start and end of the regex
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
How to check laravel version: Step1: Find Application.php file in your app and open it. \vendor\laravel\framework\src\Illuminate\Foundation\Application.php Step2: Scroll down to line which tells laravel version. const VERSION = '5.4.36';
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 (more…)
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 changes various Web browser settings without adequate consent. Recommended action: Remove this software immediately. (more…)
Simple structure to pin the flow to developers mind for project IS (more…)
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 software ): Category: Browser Modifier Description: This program changes various Web browser settings...