Laravel Config Cache Error

zumikiti

April 12, 2020

UnexpectedValueException
There is no existing directory at "/Users/hoge/projects/xxx/storage/logs" and its not buildable: Permission denied

というエラーが config:cache を行ったら出た。

対処

以下を実行したら、改善した。

php artisan cache:clear
php artisan route:clear
php artisan config:clear