Skip to content

forge-kernel/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forge Installer

Bootstraps a new project from a blueprint. Downloads the kernel, sets up the project structure, and prepares your application foundation.

Requirements

PHP 8.2 or newer.

Usage

bash <(curl -Ls https://raw.githubusercontent.com/forge-kernel/installer/refs/heads/main/installer.sh)

Then follow the prompts to select a blueprint and configure your project.

Contributors