add laravel storage link

This commit is contained in:
2026-03-12 10:13:44 +01:00
parent 1fcc0365fa
commit 7bb7329318
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -70,3 +70,4 @@ gosu www-data php artisan migrate --force --seed
chmod -R 775 storage bootstrap/cache chmod -R 775 storage bootstrap/cache
chmod -R 755 public chmod -R 755 public
gosu www-data php artisan storage:link
+1
View File
@@ -69,3 +69,4 @@ chmod 440 .env
chown -R www-data:www-data "$APP_DIR/storage" "$APP_DIR/bootstrap/cache" chown -R www-data:www-data "$APP_DIR/storage" "$APP_DIR/bootstrap/cache"
chmod -R 775 "$APP_DIR/storage" "$APP_DIR/bootstrap/cache" chmod -R 775 "$APP_DIR/storage" "$APP_DIR/bootstrap/cache"
php artisan storage:link