follow cp6's instructions for installing, not a copy of lychee: remove --force from database install via artisan to prevent errors

This commit is contained in:
Boudewijn 2025-02-26 22:35:32 +01:00
parent 9994b4f8b4
commit e021cda93e

View file

@ -144,7 +144,7 @@ ynh_script_progression "configuring $app..."
pushd "$install_dir"
"php$php_version" artisan key:generate -n --force --env
"php$php_version" artisan make:database $app -n --force --env
"php$php_version" artisan make:database $app
"php$php_version" artisan migrate:fresh --seed -n --force
"php$php_version" artisan config:clear -n
"php$php_version" artisan config:cache -n