Able Pro
CodeIgnitor
CodeIgnitor
  • ✨Introduction
  • 📐Quick Start
  • 🎭Customizer
    • 🌑Light & Dark Layout
    • ☀️Theme Contrast
    • 🎨Preset Colors
    • 🔖Sidebar Caption
    • 🇦🇪Rtl Layout
    • 🔛Box Container
  • 📦Plugins
  • 📅Changelog
  • 🛟Support
Powered by GitBook
On this page
  • Prerequisites
  • XAMPP/ WAMP
  • Composer
  • Installation

Quick Start

Setup Able Pro CodeIgniter

PreviousIntroductionNextCustomizer

Last updated 5 months ago

Able Pro supports CodeIgniter 5. The following is a guide to quickly start using the template.

Prerequisites

XAMPP/ WAMP

Make sure to have installed on your computer. Currently, Able Pro supports PHP version 7.4 or newer.

Composer

A composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

Make sure to have installed on your computer. Currently, Composer supports PHP version 7.4 to run.

Installation

Navigate to your root folder (i.e. ablepro-code-ignitor)

c:>cd able-pro-code-ignitor

Run the following commands step by step.

// Install all required packages in the Vendor folder

composer install

// Runs the project

php spark serve
📐
XAMPP
Composer