Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .cursor/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": ["./artisan", "boost:mcp"]
},
"herd": {
"command": "php",
"args": ["/Applications/Herd.app/Contents/Resources/herd-mcp.phar"],
"env": {
"SITE_PATH": "/Users/simon/ACT/client"
}
}
}
}
566 changes: 566 additions & 0 deletions .cursor/rules/laravel-boost.mdc

Large diffs are not rendered by default.

588 changes: 588 additions & 0 deletions .junie/guidelines.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions .junie/mcp/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mcpServers": {
"laravel-boost": {
"command": "/Users/simon/Library/Application Support/Herd/bin/php84",
"args": ["/Users/simon/ACT/client/artisan", "boost:mcp"]
},
"herd": {
"command": "/Users/simon/Library/Application Support/Herd/bin/php84",
"args": ["/Applications/Herd.app/Contents/Resources/herd-mcp.phar"],
"env": {
"SITE_PATH": "/Users/simon/ACT/client"
}
}
}
}
15 changes: 15 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": ["./artisan", "boost:mcp"]
},
"herd": {
"command": "php",
"args": ["/Applications/Herd.app/Contents/Resources/herd-mcp.phar"],
"env": {
"SITE_PATH": "/Users/simon/ACT/client"
}
}
}
}
588 changes: 588 additions & 0 deletions CLAUDE.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions app/Console/Commands/ClientInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ public function handle(): void

info('SSO installed successfully.');

info('Installing Laravel Boost...');

$this->call('boost:install');

info('Laravel Boost installed successfully.');
}

protected function setEnvValue(string $key, string $value): void
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel/boost": "^1.0",
"laravel/pail": "^1.2.2",
"laravel/pint": "^1.18",
"laravel/sail": "^1.41",
Expand Down
192 changes: 191 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.