dentro/laravel-accounting

Implementation for Double-Entry Accounting for laravel.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 213

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 7

Forks: 1

Open Issues: 0

pkg:composer/dentro/laravel-accounting

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

This package is auto-updated.

Last update: 2024-09-11 22:07:27 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...