Balance Accounting System extension for Laravel is a package that provides basic support for balance accounting (bookkeeping) system based on debit and credit principle.

laravel account balance

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist illuminatech/balance

or add

"illuminatech/balance": "*"

to the require section of your composer.json.

Source Code

https://github.com/illuminatech/balance