Install a Theme
Quick way (recommended)
gon require mysite --frontend # Frontend themegon require polygon --admin # Admin theme
Resolves the latest version, installs into resources/themes/, updates gon.json.
After installing
Set the active theme in .env:
THEME_FRONTEND=mysiteVITE_THEME_FRONTEND=mysite
Manual way (via gon install)
Add to
gon.jsonthemes section:{"themes": {"frontend": "mysite:^1.0","admin": "polygon:^1.0"}}Install:
gon install