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
Last updated