docs/build/cli/go/install/index.md
Snider 85bbb8e828 docs: initial import of CorePHP documentation
173 markdown files covering:
- Framework architecture (lifecycle events, module system, multi-tenancy)
- Package docs (admin, api, mcp, tenant, commerce, content, developer)
- CLI reference (dev, build, go, php, deploy commands)
- Patterns (actions, repositories, seeders, services, HLCRF)
- Deployment (Docker, PHP, LinuxKit, templates)
- Publishing (Homebrew, AUR, npm, Docker, Scoop, Chocolatey)

Source: core-php/docs (core.help content)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 17:51:03 +00:00

467 B

core go install

Install Go binary with auto-detection.

Usage

core go install [path] [flags]

Flags

Flag Description
--no-cgo Disable CGO
-v Verbose

Examples

core go install                 # Install current module
core go install ./cmd/core      # Install specific path
core go install --no-cgo        # Pure Go (no C dependencies)
core go install -v              # Verbose output