The bootstrap/cache directory must be present and writable
getting error while test locally @Sti3bas can you please look in to this
The error is pretty self explanatory?
all seems to be okay with bootstrap/cache dir
@far1han set read and write permission to bootstrap directory
And then run php artisan config:clear
And
php artisan optimize:clear
Change write permissions for cache dir to 755.
@far1han sudo chmod -R 755 bootstrap/cache/
Can you type below command in your CMD,
php artisan cache:clear
Try this:
sudo chmod -R ugo+rw bootstrap/cache/
I am having the same error but it happen when i am deploying it to GCP app engine
Try this after you have run the composer update:
php artisan cache:clear
Please or to participate in this conversation.