How to clear complete cache in laravel?



How to clear complete cache in laravel?..

Answer / Vipin Kumar Raj

To clear the entire cache in Laravel, use the Artisan command `php artisan config:cache` followed by `php artisan cache:clear`. These commands will clear the configuration cache and application cache respectively.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain automatic injection in laravel?

1 Answers  


How to install laravel via composer?

1 Answers  


What is laravel homestead?

1 Answers  


Where do you locate database configuration file?

1 Answers  


How can we handle Error Handling in Laravel ?

2 Answers  


How to install laravel via laravel installer.

1 Answers  


What are the difference between latest() and oldest() in laravel?

1 Answers  


Tell me does laravel support php 7?

1 Answers  


What are guards in laravel?

1 Answers  


How to retrive/get current environment in laravel.

1 Answers  


What do you know about php artisan?

1 Answers  


What is Testability ?

1 Answers  


Categories