finished the upgrade to filament 4. completely revamped the frontend with codex, now it looks great!

This commit is contained in:
2025-11-13 17:42:43 +01:00
parent f59fda588b
commit b311188bc1
138 changed files with 5440 additions and 4105 deletions

16
.kilocode/mcp.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"artisan",
"boost:mcp"
],
"transport": "stdio",
"alwaysAllow": [
"application-info"
],
"disabled": false
}
}
}