diff --git a/composer.lock b/composer.lock index 64eeeaa..6eb87cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1b8b2c8a97d3b1fef385742248781aa8", + "content-hash": "c52304f0974a294551b9d6eeecdfa981", "packages": [ { "name": "blade-ui-kit/blade-heroicons", @@ -12467,7 +12467,8 @@ "platform": { "php": "^8.2", "ext-bcmath": "*", - "ext-pdo": "*" + "ext-pdo": "*", + "ext-zip": "*" }, "platform-dev": [], "plugin-api-version": "2.6.0" diff --git a/update-stufis.sh b/update-stufis.sh index bc10567..d2e0027 100644 --- a/update-stufis.sh +++ b/update-stufis.sh @@ -12,9 +12,9 @@ cd "$(dirname "$0")" # puts StuFis in Maintenance Mode php artisan down -php artisan backup:run +php artisan backup:run --disable-notifications -php artisan backup:clean +php artisan backup:clean --disable-notifications php artisan backup:list @@ -32,10 +32,10 @@ npm run production # update db php artisan migrate --force -# not usable yet. there are some _ENV leftovers +# not usable yet. needs testing #php artisan config:cache +#php artisan view:cache +#php artisan route:cache -php artisan route:cache -php artisan view:cache php artisan up