laragrad / largent
Transfers money between entities
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.2.0
- laragrad/eloquent-model-userstamps: >=1.1
- laragrad/uuid: >=1.0
This package is auto-updated.
Last update: 2025-04-21 13:56:05 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
...