An open API service indexing awesome lists of open source software.

https://github.com/forge-engine/installer

Forge Installer
https://github.com/forge-engine/installer

forge-engine forge-framework forge-installer

Last synced: 6 months ago
JSON representation

Forge Installer

Awesome Lists containing this project

README

          

# 🛠️ Quick Start Your Forge Engine Project!

Hey there! 👋 Welcome to the **Forge Engine Project Scaffolder** – think of this as your little helper tool to get a brand new Forge Engine project up and running in no time.

## 📥 Getting Started

First things first, you'll need **PHP 8.2 or newer** installed on your machine.

Ready? Here's the super simple way to get started:

1. **Grab the installer and run it**:

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

That's it! This little command will do all the heavy lifting for you and set up a fresh Forge Engine project so you can jump right in and start building something awesome. Happy coding! 😊