You can install the package via composer:
composer require vblinden/sendwich-laravelAdd the following to config/mail.php.
'mailers' => [
'sendwich' => [
'transport' => 'sendwich',
],
],Update the following values in your .env.
MAIL_MAILER=sendwich
SENDWICH_API_KEY="sw_yourkey"
composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.