【laravel】ErrorException file_put_contents(xxxxx): failed to open stream: No such file or directory
の中を確認すると、キャッシュのパスが古いままだった。なので、パスを再構築することで解決できる。
下記コマンドで、アプリケーション内のパスが再構築された。
1 |
php artisan config:cache |
1 |
php artisan config:cache |