turahe/ledger

There is no license information available for the latest version (v1.0.2) of this package.

v1.0.2 2024-10-13 11:35 UTC

This package is auto-updated.

Last update: 2024-12-19 08:39:30 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!