mirbaagheri/invoice

a library for create invoice manager in laravel 5

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/mirbaagheri/invoice

1.0.1 2018-09-21 13:14 UTC

This package is auto-updated.

Last update: 2025-10-22 05:32:02 UTC


README

composer require mirbaagheri/invoice

Add below to your Laravel config file located at config/app.php:
Add Mirbaagheri\Invoice\Laravel\InvoiceServiceProvider::class to providers array.
Add 'Invoice' => Mirbaagheri\Invoice\Laravel\Facades\Invoice::class to aliases class.

Run the following command to publish the migrations and config file:
php artisan vendor:publish --provider="Mirbaagheri\Invoice\Laravel\InvoiceServiceProvider"

Run the following command to migrate Sentinel after publishing the assets:
php artisan migrate