dragon-cloud / laravel6-sparkpost
SparkPost Transport Driver for Laravel 6
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2
This package is auto-updated.
Last update: 2025-02-18 21:41:54 UTC
README
As of Laravel 6.0, Laravel has discontinued support for SparkPost and they suggest using a "community-maintained" driver for it instead. This version is designed to be a drop-in replacement for SparkPost on Laravel 6.X so that you may configure it just like in Laravel 5.X.
Installation
You can install the package via composer:
composer require dragon-cloud/laravel6-sparkpost
Now, configure it just like in Laravel 5.X.
Contributing
If you find any issues with this code, please create an issue on this repo. Please note that the starting code in this repository for the driver, is/was the same code as Laravel 5.8.
PRs will get much faster attention than issues, so remember to create a Pull Request for any changes!
Thanks
- Special thanks to the Laravel team for creating the original transport driver for SparkPost!
- Special thanks to @eldor for making it easier to implement the transport. He created vemcogroup/laravel-sparkpost-driver