Download the PHP package clonixdev/laravel-bill without Composer
On this page you can find all versions of the php package clonixdev/laravel-bill. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-bill
Laravel Bill
Billing package
Install
Follow next steps:
-
run composer require clonixdev/laravel-bill
-
php artisan vendor:publish --provider="Clonixdev\LaravelBill\LaravelBillProvider" --tag="config"
-
php artisan vendor:publish --provider="Clonixdev\LaravelBill\LaravelBillProvider" --tag="migrations"
- run php artisan migrate
Config
[ 'defaultCurrency' => 'ARS', 'prefix' => 'api', 'middleware' => ['web'], ]
Routes
GET /invoices POST /invoices GET /invoices/{ID} PUT /invoices/{ID}
Acknowledgements
All versions of laravel-bill with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
mercadopago/dx-php Version 2.5.5
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0
mercadopago/dx-php Version 2.5.5
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0
The package clonixdev/laravel-bill contains the following files
Loading the files please wait ....