Where to Start¶
Not sure where to begin? Pick the path that matches what you're building.
I want to build a Go application¶
- Read the Go overview to understand the DI framework
- Follow the Getting Started guide for setup
- Explore Go Packages for AI, ML, crypto, and more
I want to build a PHP application¶
- Read the PHP overview for the framework architecture
- Follow Installation and Quick Start
- Learn about Modules and Events
I want to use the CLI¶
- Read the CLI overview for all available commands
- Run
core doctorto check your environment - Explore Multi-Repo tools for managing multiple repositories
I want to deploy¶
- Choose a deployment target — Docker, PHP, or LinuxKit
- Set up CI with
core ci - Publish to package managers, registries, or GitHub