mirbaagheri/invoice

a library for create invoice manager in laravel 5

1.0.1 2018-09-21 13:14 UTC

This package is auto-updated.

Last update: 2024-04-22 02:22:13 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