Download the PHP package ikidnapmyself/laravel-invoicable without Composer
On this page you can find all versions of the php package ikidnapmyself/laravel-invoicable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ikidnapmyself/laravel-invoicable
More information about ikidnapmyself/laravel-invoicable
Files in ikidnapmyself/laravel-invoicable
Package laravel-invoicable
Short Description Easy invoice generation using Laravel Eloquent, originally sander-van-hooft/laravel-invoicable
License MIT
Homepage https://github.com/ikidnapmyself/laravel-invoicable
Informations about the package laravel-invoicable
laravel-invoicable
Important! This repository is a fork of sandervanhooft/laravel-invoicable
and will be developed for personal usage. Any contribution, more than welcome.
Easy invoice creation for Laravel 5.4 and up. Unlike Laravel Cashier, this package is payment gateway agnostic.
If you're looking for Mollie payment processing, be sure to check out laravel-payable-redirect-mollie.
Structure
Install
Via Composer
You can publish the migration with:
After the migration has been published you can create the invoices and invoice_lines tables by running the migrations:
Optionally, you can also publish the invoicable.php
config file with:
This is what the default config file looks like:
If you'd like to override the design of the invoice blade view and pdf, publish the view:
You can now edit receipt.blade.php
in <project_root>/resources/views/invoicable/receipt.blade.php
to match your style.
Usage
Money figures are in cents!
Add the invoicable trait to the Eloquent model which needs to be invoiced (typically an Order model):
Now you can create invoices for an Order:
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sander van Hooft
- All Contributors
- Inspired by Laravel Cashier's invoices.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-invoicable with dependencies
ext-intl Version *
dompdf/dompdf Version ^0.8.0
illuminate/support Version ~5.1|~5.2|~5.3|~5.4|~5.5|~5.6
nesbot/carbon Version ^1.22
webpatser/laravel-uuid Version ^3.0