1
0
Fork 0

Merge pull request #4255 from intentionally-left-nil/fix-reset-cache-ordering

Run config:cache first
This commit is contained in:
daniel 2023-05-24 21:03:45 -06:00 committed by GitHub
commit 1b1378ac64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ cp -r storage.skel/* storage/
chown -R www-data:www-data storage/ bootstrap/
# Refresh the environment
php artisan config:cache
php artisan storage:link
php artisan horizon:publish
php artisan route:cache
php artisan view:cache
php artisan config:cache
# Finally run Apache
apache2-foreground

View File

@ -5,11 +5,11 @@ cp -r storage.skel/* storage/
chown -R www-data:www-data storage/ bootstrap/
# Refresh the environment
php artisan config:cache
php artisan storage:link
php artisan horizon:publish
php artisan route:cache
php artisan view:cache
php artisan config:cache
# Finally run FPM
php-fpm