Post Page Advertisement [Top]



Click here to send WhatsApp On Unsaved Mobile Numbers For Free

 

How to clear cache in Laravel 8?

How to clear cache in Laravel 8?

To clear the configuration, route, and files cache with a signal command in Laravel 8 simple use the following command in you root folder of your project:

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

Bottom Ad [Post Page]

rrkksinha.