marqant-lab / marqant-pay-invoices
PDF invoices for marqant-lab/marqant-pay
Installs: 293
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
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: 2025-02-19 22:29:33 UTC
README
PDF invoices for marqant-lab/marqant-pay.
Installation
You can require the package through composer like so.
composer require marqant-lab/marqant-pay-invoices
You will need to run the migrations after setting
This package uses laravel-snappy and wkhtmltopdf. Please see the installation instructions on their github page to make sure you have set up everything correctly.
For development at du we typically require wkhtmltopdf through composer like so.
composer require h4cc/wkhtmltopdf-amd64 0.12.x composer require h4cc/wkhtmltoimage-amd64 0.12.x