laragrad/largent

Transfers money between entities

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

0.3.0 2021-10-21 05:08 UTC

This package is auto-updated.

Last update: 2024-05-21 11:38:18 UTC


README

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

...