Go CLI commands moved to core/go-php. This repo now contains the Laravel modular monolith framework (previously php-framework). - Remove all Go files (now in core/go-php) - Add PHP framework: event-driven module loading, lifecycle events - Composer package: core/php - core/php-framework remains as-is for backward compat Co-Authored-By: Virgil <virgil@lethean.io>
467 B
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