These compiled view caches.
php artisan view:clear
Clear the running cache:
php artisan cache:clear
Be sure to clear the cache after modifying the configuration of Laravel. Clear the configuration cache:
php artisan config:clear
Clear the routing cache:
php artisan route:clear
Create Create session table migration:
php artisan session:table
These compiled view caches.
php artisan view:clear
Clear the running cache:
php artisan cache:clear
Be sure to clear the cache after modifying the configuration of Laravel. Clear the configuration cache:
php artisan config:clear
Clear the routing cache:
php artisan route:clear
Create Create session table migration:
php artisan session:table
More tutorials: "php tutorial"
The above is the detailed content of Laravel cache clearing method that you would never expect. For more information, please follow other related articles on the PHP Chinese website!