Answers for "how to clear cache in laravel using route"

PHP
2

laravel clear route cache

php artisan cache:clear

php artisan route:cache
Posted by: Guest on March-11-2021
1

laravel clear cache

//Laravel 7 / 2021-01
php artisan cache:clear
php artisan route:clear
php artisan config:clear
php artisan optimize
Posted by: Guest on January-22-2021

Code answers related to "how to clear cache in laravel using route"

Browse Popular Code Answers by Language