All Projects → domProjects → Ci Adminlte

domProjects / Ci Adminlte

CodeIgniter 3.1.10 with AdminLTE 2.3.11

Projects that are alternatives of or similar to Ci Adminlte

Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-35.91%)
Mutual labels:  codeigniter, bootstrap, adminlte
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (-27.8%)
Mutual labels:  bootstrap, bootstrap3
Yii2 Bootstrap
Yii 2 Bootstrap 3 Extension
Stars: ✭ 177 (-31.66%)
Mutual labels:  bootstrap, bootstrap3
Codeigniter Smartgrid
A simple PHP datagrid control for CodeIgniter framework with Bootstrap
Stars: ✭ 16 (-93.82%)
Mutual labels:  codeigniter, bootstrap
Bootstrap
基于bootstrap3搭建的页面结构
Stars: ✭ 137 (-47.1%)
Mutual labels:  bootstrap, bootstrap3
Adminlte Laravel
A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
Stars: ✭ 1,814 (+600.39%)
Mutual labels:  bootstrap, adminlte
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (+204.25%)
Mutual labels:  codeigniter, bootstrap
Vue Cli Multipage Bootstrap
vue-cli-multipage-bootstrap demo with vue2+vue-router+vuex+bootstrap+markdown for learning vue2.0
Stars: ✭ 105 (-59.46%)
Mutual labels:  bootstrap, bootstrap3
Dnato System Login
Manage member user & login System for CodeIgniter. It's very small, secure (with notification to review activity log in, will Sent via Email) and very fast login system, 👍 with bootstrap 3 & Custom Theme.
Stars: ✭ 53 (-79.54%)
Mutual labels:  codeigniter, bootstrap3
Stisla Codeigniter
Free Bootstrap Admin Template for CodeIgniter
Stars: ✭ 64 (-75.29%)
Mutual labels:  codeigniter, bootstrap
Manga Tracker
A cross-site manga-tracker.
Stars: ✭ 93 (-64.09%)
Mutual labels:  codeigniter, bootstrap
Cakephp3 Bootstrap Helpers
CakePHP 3.x Helpers for Bootstrap 3 and 4.
Stars: ✭ 134 (-48.26%)
Mutual labels:  bootstrap, bootstrap3
Wordpress Bootstrap
Bootstrap in WordPress theme form - Bootstrap 3.3.1
Stars: ✭ 1,494 (+476.83%)
Mutual labels:  bootstrap, bootstrap3
X Editable Rails
Edit fields easily with X-Editable helper
Stars: ✭ 159 (-38.61%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-56.76%)
Mutual labels:  bootstrap, bootstrap3
Copilot
Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js
Stars: ✭ 2,698 (+941.7%)
Mutual labels:  bootstrap, adminlte
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-61.39%)
Mutual labels:  bootstrap, bootstrap3
Bootstrap 4 Utilities
Bootstrap 4 utility classes in LESS CSS for Bootstrap 3 or any other projects.
Stars: ✭ 105 (-59.46%)
Mutual labels:  bootstrap, bootstrap3
Ph2date
💕 Powerful & lightweight PHP Dating Script built with CodeIgniter 2.X and Bootstrap + jQuery 💖
Stars: ✭ 20 (-92.28%)
Mutual labels:  codeigniter, bootstrap
cszcms
Open Source CMS (Content Management System) with Codeigniter and Bootstrap.
Stars: ✭ 47 (-81.85%)
Mutual labels:  codeigniter, bootstrap3

CI-AdminLTE

CodeIgniter 3.1.10 with AdminLTE 2.3.11

Installation

  1. Unzip the package.
  2. Upload the CI-AdminLTE folders and files to your server. Normally the index.php file will be at your root.
  3. Open the application/config/common/dp_config.php file with a text editor and set your base URL:
// Fill in the file of your project here when you develop locally.
$host_dev = 'CI-AdminLTE';

// Fill in the domain name here when your project is online.
// Example : www.johndoe.com
//           johndoe.com
$host_prod = 'your_domain.tld';
  1. Create a table named ci_adminlte and inject the data from the install/sql/ci_adminlte.sql file.
  2. Change if necessary the connection information to your database in the application/config/database.php file.

Demo

https://demo.domprojects.com/ci-adminlte/auth/login

Login

Browser Compatibility

Support for most major browsers including Chrome, Firefox, IE9+, Opera and Safari.

Languages

  • English
  • French
  • Portuguese (translation by marcelod)
  • ... and more soon

Server Requirements

PHP version 5.6 or newer is recommended.

It should work on 5.4.8 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.

Dependencies

NAME VERSION WEB REPO
CodeIgniter 3.1.10 Website Github
AdminLTE 2.3.11 Website Github
Bootstrap 3.3.7 Website Github
Ion Auth 2.6.0 Website Github
jQuery 2.2.4 Website Github
Font Awesome 4.7.0 Website Github
Mobile Detect 2.8.30 Website Github

CodeIgniter 3 Documentation

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].