PHP 8 Modern Code Refactoring Guide
Refactor legacy PHP code to modern PHP 8.3+ — enums, readonly properties, match expressions, fiber, named arguments, and union types.
More in Laravel & PHP Prompts
Laravel: Build a REST API Following PSR Standards
Laravel 12 REST API with Form Requests, API Resources, and Sanctum auth.
Laravel: Queue + Horizon for Background Jobs
Configure Redis queues with Horizon, retries, backoff, and monitoring.
Laravel: Livewire 3 Real-Time Dashboard
Livewire 3 dashboard with polling or Reverb for real-time data.
Laravel: Multi-Tenant SaaS with Team Models
Team-based multi-tenancy pattern with shared DB and policy-based isolation.