xwiz / pepipost by xwiz

Laravel 4.2 package for Pepipost
0
1
3
Package Data
Maintainer Username: xwiz
Maintainer Contact: opatachibueze@gmail.com (Chibueze Opata)
Package Create Date: 2017-01-20
Package Last Update: 2017-10-20
Language: PHP
License: Unknown
Last Refreshed: 2024-04-23 03:15:09
Package Statistics
Total Downloads: 0
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

pepipost

Pepipost API Wrapper for Laravel

How to Use

Add the Service Provider and Alias to your app config

Xwiz\Pepipost\PepipostServiceProvider

'Pepipost' => Xwiz\Pepipost\Facades\Pepipost

Use as you would use regular Mail facade. E.g.:

Pepipost::send('email.template', $data, function()
{
    //etc
});