Skip to content

Instantly share code, notes, and snippets.

@hisanari
Last active July 13, 2018 08:52
Show Gist options
  • Save hisanari/010a81006b1a9e6aa105a16bb9191d62 to your computer and use it in GitHub Desktop.
Save hisanari/010a81006b1a9e6aa105a16bb9191d62 to your computer and use it in GitHub Desktop.
lumenでviewにbladeを使おうとおもったらlumen.logのパーミッションエラー。 ref: https://qiita.com/yowayowa/items/9cf580a48bc9595df50d
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment