Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luffyzhao/tp5tool
https://github.com/luffyzhao/tp5tool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/luffyzhao/tp5tool
- Owner: luffyzhao
- Created: 2016-05-11T02:33:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T07:16:05.000Z (over 8 years ago)
- Last Synced: 2024-10-12T10:47:02.130Z (2 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thinkphp v5 tools
Thinkphp v5 自己写的一些扩展类。
+ [权限验证](https://github.com/lovezhao311/tp5Tool/blob/master/tools/auth/README.md)
## 使用 Composer 安装 tp5Tool
~~~
"luffyzhao/tp5tool": "*"
~~~
把上面代码添加到你的 `composer.json` 然后执行 `composer install` 或者 `composer update`