Go to file
Loann 60ad613ca3 Modifying provider 2020-04-09 17:21:16 +02:00
config Modifying services.php 2020-04-09 17:17:13 +02:00
src Modifying provider 2020-04-09 17:21:16 +02:00
.gitignore Adding Guzzle 2020-04-09 10:56:55 +02:00
README.md Modifying provider 2020-04-09 17:21:16 +02:00
composer.json Modifying composer.json 2020-04-09 16:09:23 +02:00
composer.lock Adding Guzzle 2020-04-09 10:56:55 +02:00

README.md

BMail

The BMail package allows you to send email templates on Laravel to the Bluescale API.

Usage

In your composer.json, add :

"require": {
        "bluescale/laravel-bmail": "dev-master"
    }

and

"repositories": [
        {
            "type": "vcs",
            "url": "git@git.bluesquare.io:bluescale/laravel-bmail.git"
        }
    ]

Then update your package file :

composer update bluescale/laravel-mail

Finally publish the assets from your provider :

php artisan vendor:publish