Add Laravel Boost package and update app locales

This commit is contained in:
2025-09-22 13:27:33 +05:00
parent 39a444685a
commit 8a14482c07
6 changed files with 913 additions and 1 deletions

11
.cursor/mcp.json Normal file
View File

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