It was made to help you start new LaraGo project as easy as possible.
- Download LaraGo Boilerplate in zip.
- Unpack it to the directory you provided (it should not exist).
- Update import paths.
go get -u github.com/lara-go/installer
$GOPATH/bin/installer install my/application/path
Result will be:
New project was installed in /Users/user/go/src/my/application/path
Next steps:
1. Install Glide tool (https://glide.sh)
2. Install dependencies using Glide
Check if everyting ok:
$ go run cmd/app/main.go -r ./ env