dragon-cloud/laravel6-sparkpost

SparkPost Transport Driver for Laravel 6

dev-master 2020-01-07 13:21 UTC

This package is auto-updated.

Last update: 2024-04-05 04:18:38 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