Elísio Leonardo

Results 6 comments of Elísio Leonardo

Actually, i got this Working... It was as simple as creating a custom builder class that extends Spatie's QueryBuilder and apply the traits from this package on it: ```php namespace...

This should be solved on the last version

Resolved via this pull request: https://github.com/Sandreu/cake-sentry/pull/17#issuecomment-364759085

Already done via this pull request: https://github.com/Sandreu/cake-sentry/pull/17#issuecomment-364759085

I have the same error as @rolandorojas using Archlinux and Laravel Sail. My MCP settings are: ``` { "mcpServers": { "laravel-boost": { "command": "./vendor/bin/sail", "args": [ "artisan", "boost:mcp" ] }...

OK, this config worked for me: ``` { "mcpServers": { "laravel-boost": { "command": "docker", "args": [ "exec", "-i", "enviro360-laravel.test-1", "php", "/var/www/html/artisan", "boost:mcp" ] } } } ``` enviro360 is the...