tm30/laravel-invoiceable

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

Maintainers

Package info

github.com/TM30-Tech/laravel-invoiceable

Homepage

pkg:composer/tm30/laravel-invoiceable

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:29:22 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