Go to file
Loann a3e74da992 Modifying services.php 2020-04-09 17:17:13 +02:00
config Modifying services.php 2020-04-09 17:17:13 +02:00
src Modifying services.php 2020-04-09 17:17:13 +02:00
.gitignore Adding Guzzle 2020-04-09 10:56:55 +02:00
README.md Modifying README 2020-04-09 16:00:19 +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 file :

composer update