ibrand / laravel-satis
There is no license information available for the latest version (v1.0.6) of this package.
ibrand laravel-satis
v1.0.6
2019-02-21 07:32 UTC
Requires
- php: >=7.0
- composer/satis: ^1.0
Requires (Dev)
- mockery/mockery: ~1.0
- orchestra/database: ~3.5
- orchestra/testbench: ~3.5
- phpunit/phpunit: ~7.0
README
搭建私有的包仓库,实现一个私有的 packagist。
安装
composer require ibrand/laravel-satis:~1.0 -vvv
低于laravel5.5需要在 config/app.php 注册 ServiceProvider
'providers' => [
// ...
iBrand\Satis\Providers\SatisServiceProvider::class,
iBrand\Satis\Providers\RouteServiceProvider::class,
],
发布资源配置
php artisan vendor:publish --all