Published
- 1 min read
laravel artisan clear cache
The solution for this is noted below
laravel artisan clear cache
Solution
php artisan optimize:clear
//This clears all laravel caches for views,application, route,configuration
// and complied services and packages
Try other methods by searching on the site. That is if this doesn’t work