1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
Éric Gaspar 2024-05-09 09:54:15 +02:00
parent 2488ab4398
commit fadc2cccd3
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ name = "Lychee"
description.en = "Photo-management-system to manage and share photos"
description.fr = "Système de gestion de photos pour gérer et partager des photos"
version = "5.3.0~ynh1"
version = "5.3.0~ynh2"
maintainers = []

View file

@ -80,6 +80,7 @@ ynh_script_progression --message="Building..." --weight=4
ynh_exec_warn_less ynh_composer_exec --commands="dump-autoload"
pushd "$install_dir"
"php$phpversion" artisan key:generate -n --force --env
"php$phpversion" artisan migrate -n --force
"php$phpversion" artisan config:clear -n
"php$phpversion" artisan config:cache -n