From 3cb343396d99d47f0ac1a0e16187c5864ef5c80c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 6 Nov 2020 22:18:20 +0100 Subject: [PATCH] Fix --- scripts/_common.sh | 2 +- scripts/install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 29c612c..62b5714 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ YNH_PHP_VERSION=7.3 -extra_php_dependencies="php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-zip" +extra_php_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-zip" #================================================= # EXPERIMENTAL HELPERS diff --git a/scripts/install b/scripts/install index e4c0ad4..b92bce5 100755 --- a/scripts/install +++ b/scripts/install @@ -119,8 +119,8 @@ ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_fil # setup application config cd $final_path && php$phpversion artisan key:generate -n --force --env cd $final_path && php$phpversion artisan migrate -n --force -#cd $final_path && php$phpversion artisan config:clear -n -#cd $final_path && php$phpversion artisan config:cache -n +cd $final_path && php$phpversion artisan config:clear -n +cd $final_path && php$phpversion artisan config:cache -n #================================================= # STORE THE CONFIG FILE CHECKSUM