Pages

Sunday, August 30, 2020

There is no existing directory at /storage/logs and its not buildable: Permission denied

 This issue is resolved by running 3 artisan commands in squence

php artisan route:clear

php artisan config:clear

php artisan cache:clear
It worked fine after running these commands.

No comments:

Post a Comment