tm30/laravel-invoiceable

A simple laravel package that allows you invoke the invoiceable trait on a model

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/tm30/laravel-invoiceable

dev-master 2019-10-29 08:58 UTC

This package is auto-updated.

Last update: 2025-11-29 02:50:36 UTC


README

Just for test

Installation

Run composer require tm30/laravel-invoiceable

Publish the Package php artisan vendor:publish --provider="TM30\LaravelInvoiceable\InvoiceableServiceProvider"

TODO's

  • Write Test
  • Find a way to abstract the models