mirbaagheri/invoice
Composer 安装命令:
composer require mirbaagheri/invoice
包简介
a library for create invoice manager in laravel 5
关键字:
README 文档
README
composer require mirbaagheri/invoice
Add below to your Laravel config file located at config/app.php:
Add Mirbaagheri\Invoice\Laravel\InvoiceServiceProvider::class to providers array.
Add 'Invoice' => Mirbaagheri\Invoice\Laravel\Facades\Invoice::class to aliases class.
Run the following command to publish the migrations and config file:
php artisan vendor:publish --provider="Mirbaagheri\Invoice\Laravel\InvoiceServiceProvider"
Run the following command to migrate Sentinel after publishing the assets:
php artisan migrate
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-21