turahe/ledger

A ledger management system for handling vouchers and invoices.

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

This package is auto-updated.

Last update: 2025-04-23 15:51:42 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!