Quick Start
Create modular ecosystem application in minutes. Gon CLI will guide you through the process of setting up your project, creating modules, and deploying to production.
gon create-project myappcd myapp && gon upgon release
Built-in tools
Gon comes with a suite of built-in tools to help you develop, test, and deploy your application. Queue worker, mail catcher, and more — all included out of the box.
Extendable
Gon is designed to be extendable. Create your own modules, share them with the community, or use third-party modules to add new features and integrations to your application.
Install module
Simple command to install any module from the ecosystem. Gon CLI will handle the installation, configuration, and setup of the module, so you can focus on building your application.
gon require Office
Production ready
Simple command to configure your environment for production. Gon CLI will handle the setup, so you can focus on building your application.
gon set:env MAIL_MAILER=smtp