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