Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Jun 18, 2023
1 parent 5430ff5 commit 891abfb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 42 deletions.
33 changes: 12 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,23 @@ Example [https://github.com/goravel/example](https://github.com/goravel/example)
## Main Function

- [x] Config
- [x] Http
- [x] Authentication
- [x] Authorization
- [x] Orm
- [x] Migrate
- [x] Logger
- [x] Cache
- [x] Grpc
- [x] Artisan Console
- [x] Task Scheduling
- [x] Queue
- [x] Event
- [x] FileStorage
- [x] Mail
- [x] Validation
- [x] Mock
- [x] Hash
- [x] Crypt
- [x] Carbon
- [x] Package Development
| | | | |
| ---------- | -------------- | -------------- | -------------- |
| [Config](https://www.goravel.dev/getting-started/configuration.html) | [Http](https://www.goravel.dev/the-basics/routing.html) | [Authentication](https://www.goravel.dev/security/authentication.html) | [Authorization](https://www.goravel.dev/security/authorization.html) |
| [Orm](https://www.goravel.dev/ORM/getting-started.html) | [Migrate](https://www.goravel.dev/ORM/migrations.html) | [Logger](https://www.goravel.dev/the-basics/logging.html) | [Cache](https://www.goravel.dev/digging-deeper/cache.html) |
| [Grpc](https://www.goravel.dev/the-basics/grpc.html) | [Artisan Console](https://www.goravel.dev/digging-deeper/artisan-console.html) | [Task Scheduling](https://www.goravel.dev/digging-deeper/task-scheduling.html) | [Queue](https://www.goravel.dev/digging-deeper/queues.html) |
| [Event](https://www.goravel.dev/digging-deeper/event.html) | [FileStorage](https://www.goravel.dev/digging-deeper/filesystem.html) | [Mail](https://www.goravel.dev/digging-deeper/mail.html) | [Validation](https://www.goravel.dev/the-basics/validation.html) |
| [Mock](https://www.goravel.dev/digging-deeper/mock.html) | [Hash](https://www.goravel.dev/security/hashing.html) | [Crypt](https://www.goravel.dev/security/encryption.html) | [Carbon](https://www.goravel.dev/digging-deeper/helpers.html) |
| [Package Development](https://www.goravel.dev/digging-deeper/package-development.html) | | | |

## Roadmap

[For Detail](https://github.com/goravel/goravel/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)

## Excellent Extend Packages

[For Detail](https://goravel.dev/prologue/packages.html)

## Contributors

This project exists thanks to all the people who contribute.
Expand Down
33 changes: 12 additions & 21 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,23 @@ Laravel!
## 主要功能

- [x] 自定义配置
- [x] HTTP 服务
- [x] 用户认证
- [x] 用户授权
- [x] 数据库 ORM
- [x] 数据库迁移
- [x] 日志
- [x] 缓存
- [x] Grpc
- [x] Artisan 命令行
- [x] 任务调度
- [x] 队列
- [x] 事件系统
- [x] 文件存储
- [x] 邮件
- [x] 表单验证
- [x] Mock
- [x] Hash
- [x] Crypt
- [x] Carbon
- [x] 扩展包开发
| | | | |
| ---------- | -------------- | -------------- | -------------- |
| [自定义配置](https://www.goravel.dev/zh/getting-started/configuration.html) | [HTTP 服务](https://www.goravel.dev/zh/the-basics/routing.html) | [用户认证](https://www.goravel.dev/zh/security/authentication.html) | [用户授权](https://www.goravel.dev/zh/security/authorization.html) |
| [数据库 ORM](https://www.goravel.dev/zh/ORM/getting-started.html) | [数据库迁移](https://www.goravel.dev/zh/ORM/migrations.html) | [日志](https://www.goravel.dev/zh/the-basics/logging.html) | [缓存](https://www.goravel.dev/zh/digging-deeper/cache.html) |
| [Grpc](https://www.goravel.dev/zh/the-basics/grpc.html) | [Artisan 命令行](https://www.goravel.dev/zh/digging-deeper/artisan-console.html) | [任务调度](https://www.goravel.dev/zh/digging-deeper/task-scheduling.html) | [队列](https://www.goravel.dev/zh/digging-deeper/queues.html) |
| [事件系统](https://www.goravel.dev/zh/digging-deeper/event.html) | [文件存储](https://www.goravel.dev/zh/digging-deeper/filesystem.html) | [邮件](https://www.goravel.dev/zh/digging-deeper/mail.html) | [表单验证](https://www.goravel.dev/zh/the-basics/validation.html) |
| [Mock](https://www.goravel.dev/zh/digging-deeper/mock.html) | [Hash](https://www.goravel.dev/zh/security/hashing.html) | [Crypt](https://www.goravel.dev/zh/security/encryption.html) | [Carbon](https://www.goravel.dev/zh/digging-deeper/helpers.html) |
| [扩展包开发](https://www.goravel.dev/zh/digging-deeper/package-development.html) | | | |

## 路线图

[查看详情](https://github.com/goravel/goravel/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)

## 优秀扩展包

[查看详情](https://goravel.dev/zh/prologue/packages.html)

## 贡献者

这个项目的存在要归功于所有做出贡献的人。
Expand Down

0 comments on commit 891abfb

Please sign in to comment.