speedwork/helpers

该包已被 弃用 且不再维护。未建议替代包。

Speedwork Helpers

v1.0.4 2017-07-27 12:41 UTC

This package is not auto-updated.

Last update: 2018-06-29 18:50:37 UTC


README

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

此库提供了一系列辅助类,这些类在框架中被广泛使用

贡献

  1. 创建分支
  2. 创建你的功能分支(git checkout -b my-new-feature
  3. 进行修改
  4. 运行测试,如有需要为你的代码添加新的测试(phpunit
  5. 提交更改(git commit -am '添加一些功能'
  6. 推送到分支(git push origin my-new-feature
  7. 创建新的拉取请求