232 views
asked in Laravel by
Laravel - file_put_contents: Failed to open stream, no such file or directory and Clear the cache

1 Answer

answered by

For clearing the cache run below command

composer dump-autoload
composer install
php artisan cache:clear
php artisan config:clear
php artisan optimize
php artisan clear-compiled
...