Free Codeigniter Website Templates



Minible – Codeigniter is a simple and beautiful admin template built with Bootstrap 4.5.2 and Codeigniter. It has 6+ different layouts and 3 modes ( Dark, Light & RTL ). You can simply change to any layouts or modes by changing a couple of lines code. You can start small and large projects or update design in your existing project using Minible Codeigniter. It is very quick and easy as it is beautiful, adroit, and delivers the ultimate user experience.

  1. Codeigniter Forum
  2. Codeigniter Upload Library
  3. Free Codeigniter Website Templates Downloads

Others: Used CodeIgniter Active record for DB query, Basic Parser use of codeigniter, uses cool template for backend with a lot of effects, form validation with codeigniter Database is included in the folder. Uses Datatables with sorting, filtering, and date to date range for getting result Change DB & URL as the video Shows localhost.

Minible – Codeigniter is an admin dashboard template that is a beautifully crafted, clean & minimal designed admin template with Dark, Light Layouts with RTL options. You can build any type of web application like Saas based interface, eCommerce, Crypto, CRM, CMS, Project management apps, Admin Panels, etc.

FEATURES:

  • Built with Bootstrap 4.5.2
  • Codeigniter 4.0
  • Light, Dark with RTL supported
  • Multiple Layouts
  • 6+ Fully Responsive Layout
  • Clean & Well Commented Codes
  • W3C Validated Code
  • Font Based Icons
  • E-Commerce Product, Orders, Customers, Cart, Checkout, Shops Pages
  • Email Appliaction
  • Chat Appliaction
  • Invoices List and Details pages
  • Contacts and Profile page
  • Data tables
  • Google Fonts
  • Not authorized Page
  • FREE Lifetime Updates

CHANGE LOG:

Free Codeigniter Admin Template It can be used for most type of dashboard and app templates like Analytics, CRM, Backend Websites, CMS, build Blog, Business website and time line as well as desktop or mobile applications. Amazing flexibility and reusability. Minible – Codeigniter is a simple and beautiful admin template built with Bootstrap 4.5.2 and Codeigniter. It has 6+ different layouts and 3 modes ( Dark, Light & RTL ). You can simply change to any layouts or modes by changing a couple of lines code.

You can convert any responsive HTML template into a CodeIgniter project by following this tutorial. You will need a free HTML template, CodeIgniter3 to practice this tutorial. Follow the steps shown below to convert an HTML template into a CodeIgniter project.

Steps:

1. A free html template is used in this tutorial to show conversion process. Download the template from the following link.

https://colorlib.com/wp/template/job-board-2/

Templates

2. Download CodeIgniter3 from CodeIgniter site.

Codeigniter Forum

https://codeigniter.com/en/download

3. Unzip the downloaded codeigniter file and copy the folder in ‘c:xampphtdocs’ folder. Rename the folder by your project name. Here, ‘ci_project‘ is set.

4. Copy all required folders from the template folder to root folder.

5. Set the following setting in application/config/config.php file.

6. Add a .htaccess file with the following content in the root folder.

7. Create database named ‘ci_pro‘.

8. Run the following SQL commands to create the required tables.

9. Set the database connection by editing application/config/database.php file.

10. Create a default controller with the following code.

$data codeigniter

11. Set the default controller name in application/config/routes.php file.

12. Create a model named ‘Jp_model‘ with the following code.

Templates

13. Create a view file named ‘job.php‘ under view folder and copy the code from index.html file of HTML template.

Downloads

14. Add the following script to link with all images, js and CSS files in the view file.

15. Run the project.

16. Modify the view file in different parts using foreach loop to display data from the database [You can check the video to do the process properly].

17. Run the project.

Codeigniter Upload Library

Free Codeigniter Website Templates

Free Codeigniter Website Templates Downloads

Next part of this tutorial given here.