falcon758/lavalitepayments
Composer 安装命令:
composer require falcon758/lavalitepayments
包简介
Payments package for shopping.
关键字:
README 文档
README
Lavalite package that provides payments management facility for the cms.
Installation
Begin by installing this package through Composer. Edit your project's composer.json file to require shopping/payments.
"falcon758/lavalitepayments": "*"
Next, update Composer from the Terminal:
composer update
Once this operation completes execute below cammnds in command line to finalize installation.
Shopping\Payments\Providers\PaymentsServiceProvider::class,
And also add it to alias
'Payments' => Shopping\Payments\Facades\Payments::class,
Publishing files and migraiting database.
Migration and seeds
php artisan migrate
php artisan db:seed --class=Shopping\\PaymentsTableSeeder
Publishing configuration
php artisan vendor:publish --provider="Shopping\Payments\Providers\PaymentsServiceProvider" --tag="config"
Publishing language
php artisan vendor:publish --provider="Shopping\Payments\Providers\PaymentsServiceProvider" --tag="lang"
Publishing views
php artisan vendor:publish --provider="Shopping\Payments\Providers\PaymentsServiceProvider" --tag="view"
Usage
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-27