@elyracode/laravel
v0.8.1
Published
Deep Laravel project understanding for Elyra -- model relationships, route mapping, architecture analysis
Maintainers
Readme
@elyracode/laravel
Deep Laravel project understanding for Elyra. Gives the agent x-ray vision into your models, routes, and architecture so it generates code that matches your project's conventions.
Install
elyra install npm:@elyracode/laravelAvailable Tools
| Tool | Description |
|------|-------------|
| laravel_models | Map all Eloquent models with relationships, casts, scopes, traits, and fillable fields |
| laravel_routes | List routes with middleware, controllers, form requests, and resources |
| laravel_analyze | Analyze project architecture: stack, patterns, auth, queue, conventions |
| laravel_docs | Semantic search of Laravel ecosystem documentation (Laravel, Livewire, Inertia, Filament, Pest, Tailwind, etc.) |
| laravel_logs | Read recent log entries from the application log with count and level filtering |
| laravel_last_error | Get the most recent error or exception from the Laravel log |
Why
Other coding agents read Laravel files one at a time and guess at conventions. With these tools, the agent sees your entire data model and architecture before writing a single line — fewer wrong guesses, fewer wasted tokens, code that matches your project.
Documentation Search
laravel_docs searches 17,000+ Laravel ecosystem documentation entries using semantic search, powered by Laravel Boost's hosted API. Results are version-specific to the project's installed packages. Requires internet access; no authentication needed.
Included Skill
The elyra-laravel skill provides deep knowledge of Laravel conventions, Eloquent patterns, common architectures, and best practices.
