Laravel Eloquent Query Optimizer
Analyze and optimize Laravel Eloquent queries — eliminate N+1 problems, add proper indexes, implement caching,...
Expert prompts for Laravel development — Eloquent queries, middleware, Livewire components, Filament resources, and PHP 8+ best practices.
20 prompts found
Analyze and optimize Laravel Eloquent queries — eliminate N+1 problems, add proper indexes, implement caching,...
Generate a complete Filament 3 admin resource with custom forms, tables, filters, actions, and relation manage...
Build interactive Livewire 3 components — real-time search, dynamic forms, infinite scroll, and modal workflow...
Refactor legacy PHP code to modern PHP 8.3+ — enums, readonly properties, match expressions, fiber, named argu...
Implement clean service and repository layers in Laravel — separating business logic from controllers and data...
Design a robust queue and event-driven architecture in Laravel — jobs, listeners, event sourcing, and failure...
Implement multi-tenancy in Laravel — database-per-tenant or shared database with scoping, tenant resolution, a...
Design a comprehensive API versioning strategy with rate limiting, API keys, usage tracking, and deprecation w...