Installation

Two ways to add it to your project.

Method 1 — Composer

Add as a dependency to an existing project.

terminal
composer require iefsoftware/ief-framework

Method 2 — Clone from GitHub

Recommended for starting fresh with the full skeleton.

terminal
git clone https://github.com/byk1lla/IEFFrameWork.git my-app
cd my-app
composer install
cp .env.example .env
./ief migrate
./ief serve

Requirements

PHP 8.1+
Minimum requirement
Composer 2.x
Dependency manager
SQLite / MySQL
SQLite recommended
Apache / Nginx
mod_rewrite must be enabled
Pilot Account: nexus@core.id / matrix123 — remove before going to production!