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

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": [
"php",
"artisan",
"boost:mcp"
]
}
}
}