haiaouang / support by haiaouang

The Hht Support package.
245
0
2
Package Data
Maintainer Username: haiaouang
Maintainer Contact: h280338871@126.com (HaitaoHuang)
Package Create Date: 2017-08-18
Package Last Update: 2017-10-19
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:09:00
Package Statistics
Total Downloads: 245
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

support

Latest Stable Version License

核心支持包,用于个人开发laravel包的支持包

安装

在你的终端运行以下命令

composer require haiaouang/support

或者在composer.json中添加

"haiaouang/support": "1.0.*"

然后在你的终端运行以下命令

composer update

在配置文件中添加 config/app.php

    'providers' => [
        /**
         * 添加供应商
         */
        Hht\Support\ServiceProvider::class,
    ],

生成配置文件

php artisan vendor:publish

其他

  • haiaouang/pusher : https://github.com/haiaouang/pusher
  • haiaouang/mipush : https://github.com/haiaouang/mipush
  • haiaouang/payer : https://github.com/haiaouang/payer
  • haiaouang/alipay : https://github.com/haiaouang/alipay