How to clear cache in laravel?



How to clear cache in laravel?..

Answer / Mahesh Kumar

To clear the cache in Laravel, you can use the command `php artisan cache:clear` or `php artisan config:cache`, depending on whether you want to clear all caches or just configuration cache.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is Named Routes.

1 Answers  


Explain laravel’s service container?

1 Answers  


What is laravel illuminate?

1 Answers  


How do I require authentication for a set of routes associated with a subdomain?

1 Answers  


Do you know what is routing and how, and what are the different ways to write it?

1 Answers  


How to create Facade in Laravel ?

2 Answers  


Is laravel good for ecommerce?

1 Answers  


How do I add a 3rd party package to your application like laravel-emoji?

1 Answers  


What is a Restful Resource Controllers ?

1 Answers  


Explain short notes on Laravel - Artisan Console and commands ?

1 Answers  


What are view composers?

1 Answers  


List some aggregates methods provided by query builder in laravel?

1 Answers  


Categories