mirror of
https://github.com/goravel/goravel.git
synced 2025-09-26 20:51:19 +08:00
Merge branch 'v1.9.x'
This commit is contained in:
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
@@ -1,4 +0,0 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
patreon: goravel
|
||||
custom: [ "https://www.paypal.me/hanwenbo1024" ]
|
@@ -4,9 +4,11 @@ English | [中文](./README_zh.md)
|
||||
|
||||
## About Goravel
|
||||
|
||||
Goravel is a web application framework with complete functions and good scalability. As a starting scaffolding to help Gopher quickly build their own applications.
|
||||
Goravel is a web application framework with complete functions and good scalability. As a starting scaffolding to help
|
||||
Gopher quickly build their own applications.
|
||||
|
||||
The framework style is consistent with [Laravel](https://github.com/laravel/laravel), let Phper don't need to learn a new framework, but also happy to play around Golang! Tribute Laravel!
|
||||
The framework style is consistent with [Laravel](https://github.com/laravel/laravel), let Phper don't need to learn a
|
||||
new framework, but also happy to play around Golang! Tribute Laravel!
|
||||
|
||||
Welcome to star, PR and issues!
|
||||
|
||||
@@ -81,6 +83,7 @@ This project exists thanks to all the people who contribute.
|
||||
<a href="https://github.com/merouanekhalili" target="_blank"><img src="https://avatars.githubusercontent.com/u/1122628?v=4" width="48" height="48"></a>
|
||||
<a href="https://github.com/hongyukeji" target="_blank"><img src="https://avatars.githubusercontent.com/u/23145983?v=4" width="48" height="48"></a>
|
||||
<a href="https://github.com/DevHaoZi" target="_blank"><img src="https://avatars.githubusercontent.com/u/115467771?v=4" width="48" height="48"></a>
|
||||
<a href="https://github.com/sidshrivastav" target="_blank"><img src="https://avatars.githubusercontent.com/u/28773690?v=4" width="48" height="48"></a>
|
||||
|
||||
## Group
|
||||
|
||||
|
10
README_zh.md
10
README_zh.md
@@ -6,7 +6,8 @@
|
||||
|
||||
Goravel 是一个功能完备、具有良好扩展能力的 Web 应用程序框架。作为一个起始脚手架帮助 Golang 开发者快速构建自己的应用。
|
||||
|
||||
框架风格与 [Laravel](https://github.com/laravel/laravel) 保持一致,让 PHPer 不用学习新的框架,也可以愉快的玩转 Golang!致敬 Laravel!
|
||||
框架风格与 [Laravel](https://github.com/laravel/laravel) 保持一致,让 Phper 不用学习新的框架,也可以愉快的玩转 Golang!致敬
|
||||
Laravel!
|
||||
|
||||
欢迎 Star, PR, Issues!
|
||||
|
||||
@@ -72,7 +73,7 @@ err := facades.Queue.Job(&jobs.Test{}, []queue.Arg{}).Dispatch()
|
||||
|
||||
> 优化文档,请提交 PR 至文档仓库 [https://github.com/goravel/docs](https://github.com/goravel/docs)
|
||||
|
||||
## Contributors
|
||||
## 贡献者
|
||||
|
||||
这个项目的存在要归功于所有做出贡献的人。
|
||||
|
||||
@@ -80,6 +81,7 @@ err := facades.Queue.Job(&jobs.Test{}, []queue.Arg{}).Dispatch()
|
||||
<a href="https://github.com/merouanekhalili" target="_blank"><img src="https://avatars.githubusercontent.com/u/1122628?v=4" width="48" height="48"></a>
|
||||
<a href="https://github.com/hongyukeji" target="_blank"><img src="https://avatars.githubusercontent.com/u/23145983?v=4" width="48" height="48"></a>
|
||||
<a href="https://github.com/DevHaoZi" target="_blank"><img src="https://avatars.githubusercontent.com/u/115467771?v=4" width="48" height="48"></a>
|
||||
<a href="https://github.com/sidshrivastav" target="_blank"><img src="https://avatars.githubusercontent.com/u/28773690?v=4" width="48" height="48"></a>
|
||||
|
||||
## 群组
|
||||
|
||||
@@ -87,10 +89,6 @@ err := facades.Queue.Job(&jobs.Test{}, []queue.Arg{}).Dispatch()
|
||||
|
||||
<p align="left"><img src="https://www.goravel.dev/wechat.jpg" width="200"></p>
|
||||
|
||||
## 赞赏
|
||||
|
||||
<p align="left"><img src="https://www.goravel.dev/reward.jpg" width="200"></p>
|
||||
|
||||
## 开源许可
|
||||
|
||||
Goravel 框架是在 [MIT 许可](https://opensource.org/licenses/MIT) 下的开源软件。
|
||||
|
Reference in New Issue
Block a user