Skip to content

Commit 4d2ab13

Browse files
committed
不足していたコマンドを追加
1 parent 178b640 commit 4d2ab13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer/postStartCommand.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php artisan cache:clear
66
php artisan config:clear
77
php artisan route:clear
88
php artisan view:clear
9+
php artisan event:clear
910

1011
sudo chmod 777 -R storage
1112
sudo chmod 777 -R bootstrap/cache

docker/app/php-fpm/setup.development.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ php artisan route:clear
1010
php artisan view:clear
1111
php artisan event:clear
1212

13-
# NOTE: laravel 10.x~ 利用可能 のためコメントアウト中
14-
# php artisan storage:unlink
13+
# NOTE: laravel 10.x~
14+
php artisan storage:unlink
1515

1616
# NOTE: /config/filesystems.php の `link` で定義されているシンボリックリンクをすべて作成する
1717
# 画像などの静的ファイルをクライアントから読み込むために必要

0 commit comments

Comments
 (0)