fix caching route in prod
This commit is contained in:
@@ -12,7 +12,6 @@ php artisan storage:link --force || true
|
||||
|
||||
if [ "${APP_ENV}" = "production" ]; then
|
||||
php artisan config:cache
|
||||
php artisan route:cache
|
||||
php artisan view:cache
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user