🛠️ Refactor Docker setup with new PHP 8.3 image, update supervisord configuration, and adjust Sail runtime paths. Add missing Spanish translations for UI settings.

This commit is contained in:
HolgerHatGarKeineNode
2026-01-17 13:42:41 +01:00
parent 233402dace
commit 5e0cc9efaf
26 changed files with 1774 additions and 975 deletions

View File

@@ -83,7 +83,8 @@
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan lang:update"
"@php artisan lang:update",
"@php artisan boost:update --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""