We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178b640 commit 4d2ab13Copy full SHA for 4d2ab13
.devcontainer/postStartCommand.sh
@@ -6,6 +6,7 @@ php artisan cache:clear
6
php artisan config:clear
7
php artisan route:clear
8
php artisan view:clear
9
+php artisan event:clear
10
11
sudo chmod 777 -R storage
12
sudo chmod 777 -R bootstrap/cache
docker/app/php-fpm/setup.development.sh
@@ -10,8 +10,8 @@ php artisan route:clear
php artisan event:clear
13
-# NOTE: laravel 10.x~ 利用可能 のためコメントアウト中
14
-# php artisan storage:unlink
+# NOTE: laravel 10.x~
+php artisan storage:unlink
15
16
# NOTE: /config/filesystems.php の `link` で定義されているシンボリックリンクをすべて作成する
17
# 画像などの静的ファイルをクライアントから読み込むために必要
0 commit comments