List of 56 popular or most used search engines
List of popular and most used search engines based on web research: (more…)
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';
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…)
Old un managed way. Updating the new layout soon:
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path: C:\Server\xampp56\htdocs\mistersuraj\gig\application\/vendor/autoload.php ERROR - 2017-02-18 14:17:00 --> Severity: Warning --> Division by zero C:\Server\xampp56\htdocs\mistersuraj\gig\application\views\home\home.php 85 ERROR - 2017-02-18 14:17:00 --> Severity: Warning --> Division by zero C:\Server\xampp56\htdocs\mistersuraj\gig\application\views\home\home.php 85 ERROR - 2017-02-18 14:17:00 --> Severity: Warning --> Division by zero C:\Server\xampp56\htdocs\mistersuraj\gig\application\views\home\home.php 85 ERROR - 2017-02-18 14:17:00 --> Severity: Warning...