Installation
[[toc]]
Server Requirements
Golang >= 1.18
Installation
Start HTTP Service
Specify .env File To Start Service
Live reload
If you are using Windows system, you need to modify the .air.toml
file in the root directory, add the .exe
suffix to the following two lines:
Configuration
Configuration files
All configuration files of the Goravel framework are placed in the config
directory. All configuration items has annotations, you can adjust it according to your needs.
Generate Application key
You need to generate the application key after Goravel is installed locally. Running the command below, a 32-bit string will be generated on the APP_KEY
key in the .env
file. This key is mainly used for data encryption and decryption.
Generate JWT Token
Last updated