staskjs/laravel-commits-behind
Composer 安装命令:
composer require staskjs/laravel-commits-behind
包简介
Adds artisan command and routes to determine number of commits that current project is behind develop branch
README 文档
README
Installation
composer require staskjs/laravel-commits-behind
If you are using laravel 5.5+, package will be automatically registered.
If not, then add Staskjs\CommitsBehind\CommitsBehindServiceProvider to config/app.php
php artisan commits-behind command will be registered, as well as /debug/commits-behind route.
Usage
php artisan commits-behind --branch=develop --type=local
Use type local when git folder is directly in the root folder
Use type cap is you are deployed with capistrano
Same parameters go for route, just pass them as get params.
统计信息
- 总下载量: 389
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-11-23