Download the PHP package milind/laravel-gmail-mail-driver without Composer
On this page you can find all versions of the php package milind/laravel-gmail-mail-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download milind/laravel-gmail-mail-driver
More information about milind/laravel-gmail-mail-driver
Files in milind/laravel-gmail-mail-driver
Download milind/laravel-gmail-mail-driver
More information about milind/laravel-gmail-mail-driver
Files in milind/laravel-gmail-mail-driver
Vendor milind
Package laravel-gmail-mail-driver
Short Description This package is used to provide gmail mail driver for the laravel
License MIT
Package laravel-gmail-mail-driver
Short Description This package is used to provide gmail mail driver for the laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-gmail-mail-driver
laravel-gmail-mail-driver
This package is used to provide gmail email service provider for the email driver in laravel.
This is simple wrapper so you need to manage authentication and app approval process on your end and also need to manage refreshing the access token process on your end as well.
Add new mailers
driver in config/mail.php
as below
Add new gmailmailer
service in config/services.php
as below
You also need to add accesstoken recevied from the google account to the gmailmailer dynamically / Manually
I personally prefer dynamically
You need to add it as array
Where $accessToken
will be as follows
All versions of laravel-gmail-mail-driver with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
^2.0
The package milind/laravel-gmail-mail-driver contains the following files
Loading the files please wait ....