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:
parent
9994b4f8b4
commit
e021cda93e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue