dentro/laravel-accounting

Implementation for Double-Entry Accounting for laravel.

dev-master / 1.0.x-dev 2021-08-11 15:08 UTC

This package is auto-updated.

Last update: 2024-04-11 21:03:40 UTC


README

LaravelAccounting Build Status

Setup

Publish config & migration

php artisan vendor:publish --tag=accounting.config
php artisan vendor:publish --tag=accounting.migrations

Add Accounting facade alias into config/app.php

'Accounting' => \Dentro\Accounting\Facade\Accounting::class

How to use?

Work in progress...