github.com/turahe/ledger
Source
Issues
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
Propierty ea902001d129c6d987a638f37aef182129cbbecb
This package is auto-updated.
Last update: 2025-03-23 15:41:17 UTC
Install the package via composer:
composer require turahe/ledger
Publish resources (migrations and config files):
php artisan vendor:publish --provider="Turahe\\Ledger\\Providers\\LedgerServiceProvider"
Execute migrations via the following command:
php artisan migrate
Done!