Answers for "how clear cache of laravel on the server"

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
1

laravel artisan cache clear

php artisan cache:clear
php artisan view:clear 
php artisan route:clear
php artisan config:clear
Posted by: Guest on May-02-2021

Code answers related to "how clear cache of laravel on the server"

Browse Popular Code Answers by Language