Fresh laravel project

This commit is contained in:
Darius Rapalis
2026-04-29 10:02:03 +03:00
commit 2a25c05ea5
109 changed files with 18916 additions and 0 deletions

11
.mcp.json Normal file
View File

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