lumenでviewにbladeを使おうとおもったらでたエラー。
PHP Fatal error: Uncaught UnexpectedValueException: The stream or file "myapp/storage/logs/lumen.log" could not be opened: failed to open stream: Permission denied
解決した方法
php artisan cache:clear
chmod -R 777 storage/
composer dump-autoload
php artisan cache:clear
キャッシュ削除する
chmod -R 777 storage/
パーミッション変更する
composer dump-autoload
オートロードを再実行する
宿題
オートロードが何をしてるか調べる。