Getting Started

Setup Minia- Codeigniter

Miniais built with Bootstrap v5.3.2 and Codeigniter 4.3 with developer friendly code. You can simply change the layouts and mode using this template.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • Server Requirements

    Please check Codeigniter has a few server requirements: https://www.codeigniter.com/user_guide/intro/requirements.html

  • Server

    Make sure to have the Xampp OR Wamp installed & running in your computer. If you already have installed Xampp / Wamp server on your computer, you can skip this step. Note: Minimum PHP 7.4 or higher version. (8.2 supported).

  • Composer

    Make sure to have the Composer installed & running in your computer. If you already have installed composer on your computer, you can skip this step.

Installations:

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (Minia_*/Codeigniter/Admin ) of the project to run the project locally or build for production use:

This would install all of the framework's required dependencies in the vendor folder.

composer install  

Run the project locally, The development server is accessible at http://localhost:8080.

php spark serve  

If you wish to run the project locally on different Port. The development server is accessible at http://localhost:8081.

php spark serve --port 8081  
Β© Minia.