From 22a9301924273cba516f93a2daa0f08ea243fa00 Mon Sep 17 00:00:00 2001 From: mithileshgupta12 <142080484+mithileshgupta12@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:24:13 +0530 Subject: [PATCH] Added goravel in web frameworks section in README.md (#5484) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f30c904144a..c1fff7fdb5d 100644 --- a/README.md +++ b/README.md @@ -3039,6 +3039,7 @@ _Full stack web frameworks._ - [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster. - [Gone](https://github.com/gone-io/gone) - A lightweight dependency injection and web framework inspired by Spring. - [gongular](https://github.com/mustafaakin/gongular) - Fast Go web framework with input mapping/validation and (DI) Dependency Injection. +- [goravel](https://github.com/goravel/goravel) - A Laravel-inspired web framework with ORM, authentication, queue, task scheduling, and more built-in features. - [GoTuna](https://github.com/gotuna/gotuna) - Minimalistic web framework for Go with mux router, middlewares, sessions, templates, embedded views and static files. - [goweb](https://github.com/twharmon/goweb) - Web framework with routing, websockets, logging, middleware, static file server (optional gzip), and automatic TLS. - [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities.