定制 baselrabia/myfatoorah-with-laravel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

baselrabia/myfatoorah-with-laravel

最新稳定版本:v1.0.0

Composer 安装命令:

composer require baselrabia/myfatoorah-with-laravel

包简介

integration of myfatoorah with laravel framework for php

README 文档

README

Begin by installing this package through Composer. Just run following command to terminal-

composer require baselrabia/myfatoorah-with-laravel

Once this operation completes the package will automatically be discovered for Laravel 5.6 and above,

  • Run this line to publish package files in your app
 php artisan vendor:publish --provider="Basel\MyFatoorah\MyFatoorahServiceProvider"
  • after that fire the migration command
php artisan migrate
  • last step in your .env file, Add // you don't have to do this step if you are testing the package
MYFATOORAH_TOKEN=************** 

Otherwise, the final step is to add the service provider. Open config/app.php, and add a new item to the providers array.

'providers' => [
	...
	Basel\MyFatoorah\MyFatoorahServiceProvider::class,
],

test card:

Checkout Process Demo

Please use these ‘test card’ details for your demo

"card": {
	"Number":"5123450000000008",
       	"expiryMonth":"05",
       	"expiryYear":"21",
       	"securityCode":"100"
	},

统计信息

  • 总下载量: 2.74k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-02-01