Build Laravel backend components
Lsubagentsetup L2★0
realzkupti/gl ↗What it does
Build Laravel backend controllers, models, routes, and PHP business logic
Best for
Thai/multi-language Laravel teams that follow strict MVC patterns with Eloquent, Vanilla JS, and audit trails.
Inputs
- · feature requirement
- · Model relationships
- · validation rules
- · service class logic
Outputs
- · Controller code
- · Model traits
- · migrations
- · API routes
Requires
- · Laravel 12
- · PHP 8.3
- · PostgreSQL
- · Eloquent ORM
- · Blade templates
Preconditions
Laravel project structure, migrations runnable, database connected
Failure modes
- · missing HasUserTracking trait
- · raw SQL instead of Eloquent
- · no validation in controller
- · Livewire used instead of Vanilla JS
Trust signals
- · requires HasUserTracking on all models
- · Vanilla JS not Livewire
- · Blade templates only
- · database scopes and static methods