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

v1.0 2025-12-11 07:07 UTC

This package is auto-updated.

Last update: 2025-12-11 07:08:12 UTC


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)