Debug Laravel errors - check browser/server logs, explain the issue, suggest fixes without implementing
Investigates Laravel errors by analyzing logs and explaining root causes with fix options.
/plugin marketplace add horuz-ai/claude-plugins/plugin install horuz-ai-laravel-plugins-laravel@horuz-ai/claude-pluginsUse the Laravel Boost MCP server to investigate the current error.
last-error - Get details of the last backend exceptionbrowser-logs - Check for frontend/console errorsread-log-entries - Read recent Laravel log entries for more contextIf the error points to a specific area, also use:
database-schema - If it's a database/migration/model issuelist-routes - If it's a routing or 404 issueget-config - If it's a configuration issueAfter investigating, provide:
Then wait for me to choose an option or request something different.