teamprodev/laravel-payment

Payment package based on GoodOneUz payment package

2.1.9 2022-11-13 18:17 UTC

This package is auto-updated.

Last update: 2024-04-24 23:52:43 UTC


README

  • Payme
  • Click
  • Paynet

Installation

You can install the package via composer:

composer require teamprodev/laravel-payment

Publishing required files of package:

php artisan vendor:publish --provider="Teamprodev\LaravelPayment\PayUzServiceProvider"

Migrate tables:

php artisan migrate

Seed settings:

php artisan db:seed --class="Teamprodev\LaravelPayment\database\seeds\PayUzSeeder"

License

The MIT License (MIT). Please see License File for more information.