mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Fix
This commit is contained in:
parent
0ca854ba7c
commit
3cb343396d
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
YNH_PHP_VERSION=7.3
|
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
|
# EXPERIMENTAL HELPERS
|
||||||
|
|
|
@ -119,8 +119,8 @@ ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_fil
|
||||||
# setup application config
|
# setup application config
|
||||||
cd $final_path && php$phpversion artisan key:generate -n --force --env
|
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 migrate -n --force
|
||||||
#cd $final_path && php$phpversion artisan config:clear -n
|
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:cache -n
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STORE THE CONFIG FILE CHECKSUM
|
# STORE THE CONFIG FILE CHECKSUM
|
||||||
|
|
Loading…
Reference in a new issue