How to clear cache in Laravel 8? |
D:\xampp\htdocs\m>php artisan optimize
Configuration cache cleared!
Configuration cached successfully!
Route cache cleared!
Routes cached successfully!
Files cached successfully!
After running this command your will see that all configuration, route, and files cache is removed.
--
How to clear configuration, route, and files cache with signal command in Laravel 8?
No comments:
Post a Comment