speedwork/config

此包已被 放弃 且不再维护。未建议替代包。

Speedwork 配置模块

v1.0.4 2017-07-27 08:09 UTC

This package is not auto-updated.

Last update: 2018-07-01 00:15:50 UTC


README

============================================ Latest Stable Version Latest Unstable Version License Total Downloads Build Status

支持 php、json、yaml 和 .env 的配置 ServiceProvider。

#贡献

  1. 分支此项目
  2. 创建您的功能分支(git checkout -b my-new-feature
  3. 进行您的更改
  4. 运行测试,如需为您的代码添加新测试(phpunit
  5. 提交您的更改(git commit -am '添加某些功能'
  6. 推送到分支(git push origin my-new-feature
  7. 创建新的 Pull Request