Skip to content

mirbaagheri/invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Invoice manager For Laravel 5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages