LaravelPackages.net
Acme Inc.
Toggle sidebar
laragrad/largent

Transfers money between entities

19
0
0.3.0
About laragrad/largent

laragrad/largent is a Laravel package for transfers money between entities. It currently has 0 GitHub stars and 19 downloads on Packagist (latest version 0.3.0). Install it with composer require laragrad/largent. Discover more Laravel packages by laragrad or browse all Laravel packages to compare alternatives.

Last updated

laragrad/largent

Installation

Install a package

composer require laragarad/largent

Publish translation and config resources

php artisan vendor:publish --tag=largent

If you need, you can to publish migrations, but it is not required.

php artisan vendor:publish --tag=largent-migrations

If your accountable entities use uuid keys then change config key laragrad.largent.entity_key_type value to uuid

Run table migrations

php artisan migrate

Configurating and operation handler creating

...

Star History Chart