GithubHelp home page GithubHelp logo

goravel / framework Goto Github PK

View Code? Open in Web Editor NEW
348.0 348.0 83.0 3.05 MB

The Goravel Framework.

Home Page: https://goravel.dev

License: MIT License

Go 100.00%
framework go golang laravel performance web

framework's Introduction

Logo

Doc Go Release Test Report Card Codecov License

English | 中文

About Goravel

Goravel is a web application framework with complete functions and good scalability. As a starting scaffolding to help Gophers quickly build their own applications.

The framework style is consistent with Laravel, so that Php developers don't need to learn a new framework, and get to play around Golang! A tribute to Laravel!

Welcome to star, PR and issues!

Getting started

// Generate APP_KEY
go run . artisan key:generate

// Route
facades.Route().Get("/", userController.Show)

// ORM
facades.Orm().Query().With("Author").First(&user)

// Task Scheduling
facades.Schedule().Command("send:emails name").EveryMinute()

// Log
facades.Log().Debug(message)

// Cache
value := facades.Cache().Get("goravel", "default")

// Queues
err := facades.Queue().Job(&jobs.Test{}, []queue.Arg{}).Dispatch()

Documentation

Online documentation https://www.goravel.dev

Example https://github.com/goravel/example

To optimize the documentation, please submit a PR to the documentation repository https://github.com/goravel/docs

Main Function

Config Http Authentication Authorization Orm
Migrate Logger Cache Grpc Artisan Console
Task Scheduling Queue Event FileStorage Mail
Validation Mock Hash Crypt Carbon
Package Development Testing Localization Session

Roadmap

For Detail

Excellent Extend Packages

For Detail

Contributors

This project exists thanks to all the people who contribute, to participate in the contribution, please see Contribution Guide.

Sponsor

Better development of the project is inseparable from your support, reward us by Open Collective.

Group

Welcome more discussion in Telegram.

https://t.me/goravel

License

The Goravel framework is open-sourced software licensed under the MIT license.

framework's People

Contributors

ahmed3mar avatar azmanabdlh avatar dependabot[bot] avatar devhaozi avatar dhanusaputra avatar dragoonchang avatar flc1125 avatar hongyukeji avatar hwbrzzl avatar juneezee avatar kamandlou avatar kkumar-gcc avatar marian0 avatar mauri870 avatar merouanekhalili avatar renovate[bot] avatar shayan-yousefi avatar sidshrivastav avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

framework's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/codecov.yml
  • actions/checkout v4
  • actions/setup-go v5
  • codecov/codecov-action v4
.github/workflows/lint.yml
.github/workflows/mail.yml
  • actions/checkout v4
  • actions/setup-go v5
.github/workflows/mockery.yml
  • actions/checkout v4
  • stefanzweifel/git-auto-commit-action v5
.github/workflows/pr-check-title.yml
  • Slashgear/action-check-pr-title v4.3.0
.github/workflows/test.yml
gomod
go.mod
  • go 1.21
  • github.com/RichardKnop/machinery/v2 v2.0.13
  • github.com/charmbracelet/huh v0.5.2
  • github.com/charmbracelet/huh/spinner v0.0.0-20240813141447-57c1e0379197@57c1e0379197
  • github.com/charmbracelet/lipgloss v0.12.1
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc@d8f796af33cc
  • github.com/gabriel-vasile/mimetype v1.4.5
  • github.com/glebarez/go-sqlite v1.22.0
  • github.com/glebarez/sqlite v1.11.0
  • github.com/go-sql-driver/mysql v1.8.1
  • github.com/golang-jwt/jwt/v5 v5.2.1
  • github.com/golang-migrate/migrate/v4 v4.17.1
  • github.com/golang-module/carbon/v2 v2.3.12
  • github.com/golang/protobuf v1.5.4
  • github.com/google/uuid v1.6.0
  • github.com/google/wire v0.6.0
  • github.com/gookit/validate v1.5.2
  • github.com/goravel/file-rotatelogs/v2 v2.4.2
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/pkg/errors v0.9.1
  • github.com/pterm/pterm v0.12.79
  • github.com/redis/go-redis/v9 v9.6.1
  • github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5@b9218ef580f5
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/rotisserie/eris v0.5.4
  • github.com/samber/lo v1.47.0
  • github.com/sirupsen/logrus v1.9.3
  • github.com/spf13/cast v1.7.0
  • github.com/spf13/viper v1.19.0
  • github.com/stretchr/testify v1.9.0
  • github.com/urfave/cli/v2 v2.27.4
  • go.uber.org/atomic v1.11.0
  • golang.org/x/crypto v0.26.0
  • golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa@0cdaa3abc0fa
  • google.golang.org/grpc v1.65.0
  • gorm.io/driver/mysql v1.5.7
  • gorm.io/driver/postgres v1.5.9
  • gorm.io/driver/sqlserver v1.5.3
  • gorm.io/gorm v1.25.11
  • gorm.io/plugin/dbresolver v1.5.2
  • github.com/mitchellh/mapstructure v1.5.0
  • golang.org/x/text v0.17.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.