当前位置:网站首页>[open source]goravel, a fully functional and extensible golang web application framework

[open source]goravel, a fully functional and extensible golang web application framework

2022-06-23 21:56:00 Han's simple logic

About Goravel

Goravel Is a fully functional 、 With good expansion ability Web Application framework . Help as a starting scaffold Golang Developers quickly build their own applications .

Project address :https://github.com/goravel/goravel

welcome star And issues :)

The main function

x Custom configuration

x HTTP service

x database ORM

x Database migration

x journal

cache

queue

Task scheduling

The event system

mail

file

Online document : https://www.goravel.dev/cn

Document warehouse : https://github.com/goravel/docs

thank

Frame reference Laravel Design idea ;

The core functions use well-known Golang Components , Including but not limited to :

spf13/viper

gin-gonic/gin

sirupsen/logrus

go-gorm/gorm ;

The document refers to LearnKu Community Of Laravel Chinese document ;

Salute them !

Open source license

Goravel The frame is in the MIT The license Open source software .

原网站

版权声明
本文为[Han's simple logic]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/12/202112201140129344.html