Skip to content

Commit

Permalink
Chain Laravel setup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Sep 10, 2024
1 parent 142e907 commit 27fe2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install_laravel () {
--volume $PROJECT_ROOT:/code \
--user $(id -u):$(id -g) \
setup bash -c "\
composer create-project laravel/laravel laravel $laravel_version --no-interaction --working-dir=/code/app
composer create-project laravel/laravel laravel $laravel_version --no-interaction --working-dir=/code/app && \
cp /code/app/laravel.composer.lock /code/app/laravel/composer.lock && \
composer config platform-check false --working-dir=/code/app/laravel && \
composer config platform.php 8.2 --working-dir=/code/app/laravel && \
Expand Down

0 comments on commit 27fe2a0

Please sign in to comment.