Answers for "phpartisan clear cache"

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
0

laravel clear all cache

 /laravel-project php artisan optimize:clear                   ok at 11:35:12 pm 
Compiled views cleared!
Application cache cleared!
Route cache cleared!
Configuration cache cleared!
Compiled services and packages files removed!
Caches cleared successfully!
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language