Search by

tm30 / laravel-invoiceable

TM30 Tech

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

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

This package is auto-updated.

Last update: 2026-08-29 02:18:33 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