Looking to hire Laravel developers? Try LaraJobs

laravel-payment maintained by teamprodev

Description
Payment package based on GoodOneUz payment package
Author
Last update
2022/11/13 19:17 (dev-master)
License
Links
Downloads
169

Comments
comments powered by Disqus

Payment Systems


  • 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.