Laravel throws 'The bootstrap/cache directory must be present and writable' error after update

On your Laravel directory file, run:

 

sudo chmod -R 777 bootstrap/cache

 

After run this command in the laravel project

php artisan optimize:clear

Related Post