DEV Community

LaraShout
LaraShout

Posted on

Laravel Clear Cache Using Artisan Command

If you are making a lot of changes to your views and configurations then you might have encountered the problem I can’t see my changes, you should run the Laravel clear cache command in your terminal.

When your application is in production mode you should try to leverage the cache as much as you can, but if your application is in the development mode then you can face some issues regarding the actual results you are looking for. This is due to some part of your application is served by the cache.

Read full article at Laravel Clear Cache

Top comments (0)