Google News
logo
Laravel - Interview Questions
How to clear cache in Laravel?
The syntax to clear cache in Laravel is given below :
 
* php artisan cache: clear
* php artisan config: clear
* php artisan cache: clear
Advertisement