midnite81/report-emailer
Composer 安装命令:
composer create-project midnite81/report-emailer
包简介
A package make report emailing easier in laravel
README 文档
README
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.
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-18