1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja_ynh.git synced 2024-09-03 19:26:22 +02:00

Apparently there's no more --force option in 'artisan optimize' ?

This commit is contained in:
Alexandre Aubin 2021-12-31 01:33:39 +01:00 committed by GitHub
parent 0cc27eaced
commit 16cf34faf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ pushd "$final_path"
php$phpversion artisan down
# Optimize the framework for better performance
php$phpversion artisan optimize --force
php$phpversion artisan optimize
# Run the database migrations
php$phpversion artisan migrate --force