Skip to content

karuhun-developer/goravel-template

Repository files navigation

Installation

  1. Clone the repository
    git clone git@github.com:karuhun-developer/goravel-template.git
  2. Change directory
    cd goravel-template
  3. Install dependencies
    go mod tidy
  4. Copy .env.example to .env and modify the configuration as needed
    cp .env.example .env
  5. Chmod the ./air.sh
    chmod +x ./air.sh
  6. Generate the application key
    go run . artisan key:generate
  7. Generate the jwt secret key
    go run . artisan jwt:secret
  8. Run database migrations
    go run . artisan migrate
  9. Run database seeders (optional)
    go run . artisan db:seed
  10. Run the application
    ./air.sh

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

About

My go starter kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages