turahe/ledger

v1.1.1 2025-03-23 15:40 UTC

This package is auto-updated.

Last update: 2025-03-23 15:41:17 UTC


README

  1. Install the package via composer:

    composer require turahe/ledger
  2. Publish resources (migrations and config files):

    php artisan vendor:publish --provider="Turahe\\Ledger\\Providers\\LedgerServiceProvider"
  3. Execute migrations via the following command:

    php artisan migrate
  4. Done!