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

11
.ai/mcp/mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"laravel-boost": {
"command": "vendor/bin/sail",
"args": [
"artisan",
"boost:mcp"
]
}
}
}