victoralagwu/laravel-invoiceable

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

Maintainers

Package info

github.com/VictorAlagwu/laravel-invoiceable

Homepage

pkg:composer/victoralagwu/laravel-invoiceable

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-29 00:48:55 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