- Added Filament and Tailwind CSS dependencies in composer.json. - Updated AGENTS.md to include new package versions. - Modified boost.json to include tailwindcss-development skill. - Updated DatabaseSeeder to create an admin user with a password. - Changed the root route to use HomeController instead of a closure. - Adjusted permissions for .gitignore in storage directory.
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"agents": [
|
|
"junie",
|
|
"cursor"
|
|
],
|
|
"cloud": false,
|
|
"guidelines": true,
|
|
"mcp": true,
|
|
"nightwatch": false,
|
|
"sail": false,
|
|
"skills": [
|
|
"laravel-best-practices",
|
|
"pest-testing",
|
|
"tailwindcss-development"
|
|
]
|
|
}
|