From 2fb8d346c87863bf65d023dcc66f9e99df8ebcba Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Apr 2021 15:58:20 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index df9f4dd..ee9f008 100755 --- a/scripts/install +++ b/scripts/install @@ -121,6 +121,9 @@ ynh_script_progression --message="Building..." # Setup application config ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env" + +ynh_composer_exec --phpversion=$phpversion --workdir=$final_path --commands="update --lock" + # Setup application config pushd $final_path php$phpversion artisan key:generate -n --force --env