Update dependencies and configuration for Laravel project; added Filament support, modified .gitignore, and adjusted welcome page links.

This commit is contained in:
2025-08-30 14:48:07 +05:00
parent aa3b31c1a1
commit cdb5cbcb18
82 changed files with 3723 additions and 9 deletions

11
.cursor/mcp.json Normal file
View File

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