Laravel php artisan commands
Clear Cache facade value: php artisan cache:clear Clear Route cache: php artisan route:cache Clear View cache: php artisan view:clear Clear Config cache: php artisan config:cache
By Nikunj Joshi
Clear Cache facade value: php artisan cache:clear Clear Route cache: php artisan route:cache Clear View cache: php artisan view:clear Clear Config cache: php artisan config:cache
Laravel Basic Configration After installing Laravel, the first thing we need to do is to set the write permission for the directory storage and bootstrap/cache. Generate Application key to secure …