Skip to content

Commit

Permalink
doc: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Jun 23, 2021
1 parent 57c6d15 commit c4b2425
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@
[![Latest Unstable Version](http://poser.pugx.org/jiannei/laravel-enum/v/unstable)](https://packagist.org/packages/jiannei/laravel-enum)
[![License](http://poser.pugx.org/jiannei/laravel-enum/license)](https://packagist.org/packages/jiannei/laravel-enum)

## 社区讨论文章

- [是时候使用 Lumen 8 + API Resource 开发项目了!](https://learnku.com/articles/45311)
- [教你更优雅地写 API 之「路由设计」](https://learnku.com/articles/45526)
- [教你更优雅地写 API 之「规范响应数据」](https://learnku.com/articles/52784)
- [教你更优雅地写 API 之「枚举使用」](https://learnku.com/articles/53015)
- [教你更优雅地写 API 之「记录日志」](https://learnku.com/articles/53669)
- [教你更优雅地写 API 之「灵活地任务调度」](https://learnku.com/articles/58403)


## 介绍

`laravel-enum` 主要用来扩展项目中的常量使用,通过合理的定义常量可以使代码更加规范,更易阅读和维护。

**社区讨论**[教你更优雅地写 API 之「枚举使用」](https://learnku.com/articles/53015)

## 概览

- 提供了多种实用的方式来实例化枚举
Expand Down

0 comments on commit c4b2425

Please sign in to comment.