Laravel Common Errors
1- TokenMismatchException in VerifyCsrfToken.php line 68: chmod 777 storage/framework/sessions/
2- Javascript not loading: make sure that the path of the script is correct, like <script src="/laravel/lsapp//vendor/unisharp/laravel-ckeditor/ckeditor.js"></script> use <script src="{{asset('/vendor/unisharp/laravel-ckeditor/ckeditor.js')}}"></script>
3- Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /Users/ing.eduardovaldez/.Trash/angularjs/vendor/monolog/monolog/src/Monolog/Logger.php on line 311
[Dotenv\Exception\InvalidFileException]
Dotenv values containing spaces must be surrounded by quotes.
SOLUTION
1 Add date.timezone = "Asia/Calcutta" to file : /private/etc/php.ini (Go to Folder /private/etc/php.ini.default)
2 Restart Appache Server