git clone git@github.com:saalikmubeen/goravel-demo-app.git
cd goravel-demo-app
Install the dependencies:
go mod tidy
Fill the .env file with your database credentials:
Install the [Goravel Command Line Tool]:
go install github.com/saalikmubeen/goravel/cmd/goravel@latest
Make sure you have the $GOPATH/bin directory in your PATH environment variable. If you don't have it, you can add it to your ~/.bashrc or ~/.bash_profile or ~/.zshrc file: