CodeIgniter 3.1.10 with AdminLTE 2.3.11
- Unzip the package.
- Upload the
CI-AdminLTE
folders and files to your server. Normally the index.php file will be at your root. - 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';
- Create a table named
ci_adminlte
and inject the data from theinstall/sql/ci_adminlte.sql
file. - Change if necessary the connection information to your database in the
application/config/database.php
file.
https://demo.domprojects.com/ci-adminlte/auth/login
- Email :
admin@admin.com
/ Password :password
Support for most major browsers including Chrome, Firefox, IE9+, Opera and Safari.
- English
- French
- Portuguese (translation by marcelod)
- ... and more soon
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.
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 |