hzmwdz / tiny-quote
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/hzmwdz/tiny-quote
Requires
- php: ^7.2
- hzmwdz/tiny-core: ^1.0
- illuminate/cache: ^8.0
- illuminate/console: ^8.0
- illuminate/database: ^8.0
- illuminate/support: ^8.0
- illuminate/validation: ^8.0
- maatwebsite/excel: ^3.1
README
安装
composer require hzmwdz/tiny-quote
发布配置
php artisan vendor:publish --tag="tiny-quote-config"
发布数据
php artisan vendor:publish --tag="tiny-quote-database"
php artisan import:quote pcb
php artisan import:quote assembly
php artisan import:quote stencil
发布翻译
php artisan vendor:publish --tag="tiny-quote-translations"
使用示例
use Hzmwdz\TinyQuote\Actions\QuotePcbAction; $action = new QuotePcbAction(); $quotation = $action->execute($data);
License
The MIT License (MIT)