mirbaagheri/invoice

a library for create invoice manager in laravel 5

Maintainers

Package info

github.com/mostafamiri65/invoice

Issues

pkg:composer/mirbaagheri/invoice

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 1

1.0.1 2018-09-21 13:14 UTC

This package is auto-updated.

Last update: 2026-03-22 06:27:59 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