Download the PHP package jose-chan/payment without Composer
On this page you can find all versions of the php package jose-chan/payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jose-chan/payment
More information about jose-chan/payment
Files in jose-chan/payment
Download jose-chan/payment
More information about jose-chan/payment
Files in jose-chan/payment
Vendor jose-chan
Package payment
Short Description laravel-admin extension for payments
License MIT
Homepage https://github.com/jose-chan/payment
Package payment
Short Description laravel-admin extension for payments
License MIT
Homepage https://github.com/jose-chan/payment
Keywords extensionlaravel-admin
Please rate this library. Is it a good library?
Informations about the package payment
laravel-admin extension
基于laravel的支付管理
暂时只支持微信公众号支付
安装
composer require "jose-chan/payment"
数据库导入
表结构导入
php artisan migrate --path=vendor/jose-chan/payment/database/migrations
数据导入
- 先更新Composer自动加载器
composer dump-autoload
-
在DatabaseSeeder中引入Seeder类
- 执行填充数据库
php artisan db:seed
后台组件加载配置
引入PaymentServiceProvider
config/app.php
``
加载extensions
config/admin.php
``
支付api加载
引入ApiServiceProvider
``
All versions of payment with dependencies
PHP Build Version
Package Version
The package jose-chan/payment contains the following files
Loading the files please wait ....