spatie/laravel-mail-preview
Adds a “preview” mail transport for Laravel that captures outgoing emails and shows a small in-browser overlay with a link to view the last sent mail—ideal for local development and testing without actually delivering mail.
Architecture fit: The package integrates seamlessly into Laravel's mail system by replacing the SMTP transport with a preview driver, leveraging Laravel's native configuration patterns (e.g., config/mail.php), middleware registration, and service providers. It follows Laravel conventions for config publishing, view overrides, and event dispatching, making it a natural fit for Laravel applications without introducing architectural complexity.
Integration feasibility: Installation is straightforward via Composer with minimal configuration steps: updating mail transport settings, adding middleware to the web group,
How can I help you explore Laravel packages today?