2017 © Pedro PelĆ”ez
 

library laravel-emaillabs

Simple package to integrate Laravel email with EmailLabs

image

beryldev/laravel-emaillabs

Simple package to integrate Laravel email with EmailLabs

  • Sunday, June 5, 2016
  • by beryldev
  • Repository
  • 1 Watchers
  • 2 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

Unofficial Laravel mail integration with EmailLabsā„¢

License Latest Stable Version, (*1)

Simple package to integrate Laravel Email with EmailLabsā„¢, (*2)

Installation

Require this package with composer:, (*3)

composer require beryldev/laravel-emaillabs

After updating composer, add the EmailLabsServiceProvider to the providers array in config/app.php, (*4)

If you use Laravel Debugbar with enabled email collector, make sure you load EmailLabsServiceProvider before Debugbar ServiceProvider., (*5)

Laravel 5.x:

Beryldev\EmailLabs\EmailLabsServiceProvider::class,

Copy the package config to your local config with the publish command:, (*6)

php artisan vendor:publish --provider="Beryldev\EmailLabs\EmailLabsServiceProvider" --tag=config

Configuration

After install add to your .env file requred parameters., (*7)

App Key

EL_APP=your_emaillabs_app_key

Secret Key

EL_SECRET=your_emaillabs_secret_key

SMTP account name

EL_SMTP=your_emaillabs_smtp_account_name

Now you can use emaillabs mail driver, (*8)

MAIL_DRIVER=emaillabs

License

The Laravel EmailLabs Integration is open-sourced software licensed under the MIT license, (*9)

The Versions

05/06 2016

dev-master

9999999-dev https://github.com/beryldev/laravel-emaillabs

Simple package to integrate Laravel email with EmailLabs

  Sources   Download

MIT

The Requires

 

laravel mail driver labs emial emiallabs

05/06 2016

v1.0.0

1.0.0.0 https://github.com/beryldev/laravel-emaillabs

Simple package to integrate Laravel email with EmailLabs

  Sources   Download

MIT

The Requires

 

laravel mail driver labs emial emiallabs

05/06 2016

dev-develop

dev-develop https://github.com/beryldev/laravel-emaillabs

Simple package to integrate Laravel email with EmailLabs

  Sources   Download

MIT

The Requires

 

laravel mail driver labs emial emiallabs

04/06 2016

v1.0.0-beta2

1.0.0.0-beta2

Simple package to integrate Laravel email with EmailLabs

  Sources   Download

MIT

The Requires

 

04/06 2016

v1.0.0-beta1

1.0.0.0-beta1

Simple package to integrate Laravel Email with EmailLabs.pl

  Sources   Download

MIT

The Requires

  • php >=5.5.9