Skip to content

Commit

Permalink
Link laravel storage to public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 14, 2024
1 parent 3265a19 commit de4ce98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/init
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ if [[ -n "${NGINX_VHOST_PRESET}" ]]; then

mkdir -p "${APP_ROOT}/storage/app"
files_link "${APP_ROOT}/storage/app/public"
ln -sf "${APP_ROOT}/storage/app/public" "${APP_ROOT}/public/storage"
fi
fi

0 comments on commit de4ce98

Please sign in to comment.