项目作者: guojiangclub

项目描述 :
Laravel satis webhook
高级语言: PHP
项目地址: git://github.com/guojiangclub/laravel-satis.git
创建时间: 2019-01-28T08:16:24Z
项目社区:https://github.com/guojiangclub/laravel-satis

开源协议:MIT License

下载


ibrand/laravel-satis

搭建私有的包仓库,实现一个私有的 packagist。

安装

  1. composer require ibrand/laravel-satis:~1.0 -vvv

低于laravel5.5需要在 config/app.php 注册 ServiceProvider

  1. 'providers' => [
  2. // ...
  3. iBrand\Satis\Providers\SatisServiceProvider::class,
  4. iBrand\Satis\Providers\RouteServiceProvider::class,
  5. ],

发布资源配置

  1. php artisan vendor:publish --all