Answers for "laravel cache clear command in linux"

PHP
15

laravel clear cache

php artisan cache:clear
php artisan route:clear
php artisan config:clear 
php artisan view:clear
Posted by: Guest on March-30-2020
1

artisan clear cache

before change:
php artisan cache:clear
php artisan config:clear
php artisan route:clear
after change:
php artisan config:cache
php artisan route:cache
php artisan optimize
Posted by: Guest on April-26-2021

Code answers related to "laravel cache clear command in linux"

Browse Popular Code Answers by Language