What The Diff: Get AI-powered pull request summaries and weekly reports automatically. What The Diff: Get AI-powered pull request summaries and weekly reports automatically. Create free account
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();
});
The must-have tinker tool for every PHP and Laravel developer. This magical desktop app may not be able to fly. But when it comes to PHP code, it sure knows how to run.
Learn more