Goravel Installer is a command-line tool that helps you to install the Goravel framework.
goravel/installer | goravel/framework |
---|---|
v1.0.x | v1.14.x |
# Install the latest version of the goravel installer
go install github.com/goravel/installer@latest
# You can rename the executable file
# Linux / MacOS
mv "$GOBIN/installer" "$GOBIN/goravel"
# Windows
move "%GOBIN%\installer.exe" "%GOBIN%\goravel.exe"
# Windows Powershell
move "$Env:gopath\bin\installer.exe" "$Env:gopath\bin\goravel.exe"
goravel new blog
Goravel Installer is open-source software licensed under the MIT license.