Skip to content

Commit

Permalink
修改发表在其他网站上的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
luffyzhao committed Aug 7, 2018
1 parent 0d14b51 commit 0ff317f
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions doc/发表在其他网站上的文件.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# laravel 开发辅助工具

## 安装

```php
composer require luffyzhao/laravel-tools
```

## 配置

### 添加服务提供商
Expand All @@ -15,13 +21,13 @@

### 插件及文档

- [redisToken认证](https://github.com/luffyzhao/luffy-laravel-tools/doc/auths-redis-token.md)
- [Repository 模式](https://github.com/luffyzhao/luffy-laravel-tools/doc/reppositories.md)
- [表单搜索辅助插件](https://github.com/luffyzhao/luffy-laravel-tools/doc/search.md)
- [Excels导出辅助插件](https://github.com/luffyzhao/luffy-laravel-tools/doc/excels.md)
- [Sign 加签](https://github.com/luffyzhao/luffy-laravel-tools/doc/sign.md)
- [Sql 写进日志-事件](https://github.com/luffyzhao/luffy-laravel-tools/doc/sqlToLog.md)
- [Controller Traits](https://github.com/luffyzhao/luffy-laravel-tools/doc/ControllerTraits.md)
- [redisToken认证](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/auths-redis-token.md)
- [Repository 模式](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/reppositories.md)
- [表单搜索辅助插件](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/search.md)
- [Excels导出辅助插件](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/excels.md)
- [Sign 加签](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/sign.md)
- [Sql 写进日志-事件](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/sqlToLog.md)
- [Controller Traits](https://github.com/luffyzhao/luffy-laravel-tools/tree/master/doc/ControllerTraits.md)


## Repository 模式
Expand Down

0 comments on commit 0ff317f

Please sign in to comment.