🛠️ 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

14
opencode.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"laravel-boost": {
"type": "local",
"enabled": true,
"command": [
"vendor/bin/sail",
"artisan",
"boost:mcp"
]
}
}
}