💲
Laravel Payable
  • Laravel Payable
  • Introduction
  • Installation
  • Usages
  • Fiscal
  • Payment
  • Payment History
  • Payment Gateway
  • Payabel Facade
  • Configurations
Powered by GitBook
On this page
  • Installation
  • Publish Migrations
  • Publish Config file

Installation

Installation

You can install the package via composer:

composer require pratiksh/payable

Publish Migrations

Packages Contains 3 table

  • fiscals

  • payments

  • payment_histories

php artisan vendor:publish --tag=payable-migrations

Publish Config file

Install payable

php artisan vendor:publish --tag=payable-config

Migrate Database

php artisan migrate
PreviousIntroductionNextUsages

Last updated 1 year ago