-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Soji Takahashi edited this page Nov 28, 2021
·
5 revisions
README の「 開発環境セットアップ方法 」に記載しております。
Q. Docker 開発環境において The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
と表示される
A. Docker 開発環境が起動した状態で、以下のコマンドを実行してください。
($ 記号の入力は不要です)
$ yarn docker-bash
$ chown www-data storage/ -R
$ exit
A. Docker 開発環境が起動した状態で、以下のコマンドを実行してください。
($ 記号の入力は不要です)
$ yarn docker-bash
$ chown www-data .env -R
$ exit
A. Docker 開発環境を起動した状態で yarn phpunit
を実行します。