Tinkerwell 5 is out now! Your favorite PHP Scratchpad enters the AI age. Tinkerwell 5 is out now! Your favorite PHP Scratchpad enters the AI age with conversational AI, MCP and more. Learn more
Catch incoming emails in your Laravel application.
Laravel Mailbox is a package for Laravel 5.7 and up that will allow your application to catch and react to incoming emails from different services like Mailgun, SendGrid or the local log driver for debugging purposes.
Listen to incoming email messages in a Laravel-Route like fashion and react to them.
Mailbox::from('[email protected]', function (InboundEmail $email) {
$subject = $email->subject();
});
Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.