Go to file
Loann 8dfc4d6038 Merge branch 'dev' of bluescale/laravel-bmail into master 2020-04-09 15:53:23 +02:00
src Creating README.md and updating composer.json 2020-04-09 12:55:07 +02:00
.gitignore Adding Guzzle 2020-04-09 10:56:55 +02:00
README.md Creating README.md and updating composer.json 2020-04-09 12:55:07 +02:00
composer.json Modifying composer.json 2020-04-09 13:08:17 +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 :

"extra": {
    "laravel": {
        "providers": [
            "BMail\\BMailServiceProvider"
        ]
    }
}