Skip to content

midnite81/report-emailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Report Emailer Latest Stable Version Total Downloads Latest Unstable Version License

This allows for easy report emailing in Laravel 5

Work in progress - proper documentation to follow.

Installation

This package requires PHP 5.6+, and includes a Laravel 5 Service Provider.

To install through composer include the package in your composer.json.

"midnite81/report-emailer": "0.0.*"

Run composer install or composer update to download the dependencies or you can run composer require midnite81/report-emailer.

Register the service provider

To use the package with Laravel 5 firstly add the Report Emailer service provider to the list of service providers in app/config/app.php.

'providers' => [

  Midnite81\ReportEmailer\ReportEmailerServiceProvider::class
          
];

Further information

This readme will be updated in due course as this package is under current pre-release development.

About

A package to simplify emailing data in Laravel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages