marqant-lab / marqant-pay-invoices
marqant-lab/marqant-pay的PDF发票
v0.1.0
2021-02-19 12:40 UTC
Requires
- dev-master
- v0.1.0
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-development
- dev-feature/tjv/chargeable-subscriptions
- dev-feature/dsv/GRETA-694-payment-invoice
- dev-feature/tjv/manual-subscriptions
- dev-bugfix/tjv/fix-hasPaymentMethod-method
- dev-feature/tjv/setup-pdf-invoices
- dev-feature/tjv/invoice-query
This package is auto-updated.
Last update: 2024-09-19 21:26:31 UTC
README
marqant-lab/marqant-pay的PDF发票。
安装
您可以通过Composer要求安装此包,如下所示。
composer require marqant-lab/marqant-pay-invoices
设置后,您需要运行迁移
此包使用laravel-snappy和wkhtmltopdf。请参阅他们的GitHub页面上的安装说明,以确保您已正确设置一切。
在du的开发中,我们通常通过Composer安装wkhtmltopdf,如下所示。
composer require h4cc/wkhtmltopdf-amd64 0.12.x composer require h4cc/wkhtmltoimage-amd64 0.12.x