Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midnite81/report-emailer
A package to simplify emailing data in Laravel
https://github.com/midnite81/report-emailer
Last synced: 15 days ago
JSON representation
A package to simplify emailing data in Laravel
- Host: GitHub
- URL: https://github.com/midnite81/report-emailer
- Owner: midnite81
- Created: 2018-05-17T15:38:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T13:06:44.000Z (over 6 years ago)
- Last Synced: 2024-05-20T11:23:21.270Z (6 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Report Emailer [![Latest Stable Version](https://poser.pugx.org/midnite81/report-emailer/version)](https://packagist.org/packages/midnite81/report-emailer) [![Total Downloads](https://poser.pugx.org/midnite81/report-emailer/downloads)](https://packagist.org/packages/midnite81/report-emailer) [![Latest Unstable Version](https://poser.pugx.org/midnite81/report-emailer/v/unstable)](https://packagist.org/packages/midnite81/report-emailer) [![License](https://poser.pugx.org/midnite81/report-emailer/license.svg)](https://packagist.org/packages/midnite81/report-emailer)
This allows for easy report emailing in Laravel 5Work 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.