spondonit/invoice

invoice for business erp

dev-master 2019-09-11 13:27 UTC

This package is not auto-updated.

Last update: 2020-07-30 15:00:34 UTC


README

A business invoice Implementation for Laravel Framework

Laravel 5 invoice package for business erp

INSTALLATION

Install the package through Composer.

For Laravel 5.5, 5.6 or 5.7~:


## CONFIGURATION

1. Open config/app.php and add this line to your Service Providers Array. 
  ```php
  Darryldecode\Cart\CartServiceProvider::class
  ```

2. Optional configuration file (useful if you plan to have full control)
```php
php artisan vendor:publish --provider="Spondonit\Invoice\InvoiceServiceProvider" --tag="config"
```

## HOW TO USE

## USE THE CODES TO YOUR resources/views/backEnd/partials/sidebar.blade.php FILE

```html
<li>
    <a href="#subMenuInfixInvoice" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">
        <span class="flaticon-accounting"></span> Invoice </a>
    <ul class="collapse list-unstyled" id="subMenuInfixInvoice">
        <li><a href="{{url('infix/invoice-create')}}">Invoice Create</a></li>
        <li><a href="{{url('infix/invoice-list')}}">Invoice list</a></li>
        <li><a href="{{url('infix/invoice-category')}}">Invoice Category</a></li>
        <li><a href="{{url('infix/invoice-setting')}}">Invoice Setting</a></li>
    </ul>
</li>

```



### IMPORTANT NOTE!

Master page directory have to like this

resources/views/backEnd/master.blade.php