add laravel storage link
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user