Getting Started
Setup Minible
Minible is built with Bootstrap v5.3.3 and Codeigniter 4.0 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:
-
PHP 8.0
Make sure to have PHP 8.0 installed & running on your computer. If you already have installed PHP on your computer, you can skip this step if your existing node version is greater than 8.0. We suggest you to use LTS version of PHP.
-
Server Requirements
Please check the Server Requirements from the below link.
https://codeigniter.com/user_guide/intro/requirements.html
Installation:
To setup the admin template, follow the below-mentioned steps:
After you finished with the above steps, you can run the following commands into the terminal / command prompt from the root directory of the project to run the project locally or build for production use:
This would install all the required packages in the vendor
folder.
composer install
Runs the project locally. The development server is accessible at http://localhost:8080.
php spark serve
Runs the project locally. The development server is accessible at http://localhost:8081.
php spark serve --port=8081