beyondcode / helo-laravel

HELO Laravel helper package to add
MIT License
87 stars 24 forks source link

Laravel 9 support #28

Closed orkhanahmadov closed 2 years ago

orkhanahmadov commented 2 years ago

Adds Laravel 9 support, which is in beta right now.

Because of Laravel 9 switching to symfony/mailer from swift_mailer, I added a new createLaravel9Mailer() method to the service provider that binds Laravel Mailer.

mpociot commented 2 years ago

Awesome, thank you!