Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domprojects/ci-adminlte
CodeIgniter 3.1.10 with AdminLTE 2.3.11
https://github.com/domprojects/ci-adminlte
adminlte bootstrap bootstrap3 ci-adminlte codeigniter codeigniter3
Last synced: 7 days ago
JSON representation
CodeIgniter 3.1.10 with AdminLTE 2.3.11
- Host: GitHub
- URL: https://github.com/domprojects/ci-adminlte
- Owner: domProjects
- Created: 2015-08-30T21:28:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T15:32:37.000Z (about 5 years ago)
- Last Synced: 2024-12-05T20:23:04.654Z (17 days ago)
- Topics: adminlte, bootstrap, bootstrap3, ci-adminlte, codeigniter, codeigniter3
- Language: PHP
- Homepage: https://domprojects.com/projects/ci_adminlte
- Size: 19.4 MB
- Stars: 276
- Watchers: 69
- Forks: 219
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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';
```
4. Create a table named `ci_adminlte` and inject the data from the `install/sql/ci_adminlte.sql` file.
5. 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
* Email : `[email protected]` / Password : `password`## Browser Compatibility
Support for most major browsers including Chrome, Firefox, IE9+, Opera and Safari.## Languages
* English
* French
* Portuguese (translation by [marcelod](https://github.com/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](https://codeigniter.com) | [Github](https://github.com/bcit-ci/CodeIgniter/)
| AdminLTE | 2.3.11 | [Website](https://adminlte.io) | [Github](https://github.com/almasaeed2010/AdminLTE/)
| Bootstrap | 3.3.7 | [Website](https://getbootstrap.com/docs/3.3) | [Github](https://github.com/twbs/bootstrap)
| Ion Auth | 2.6.0 | [Website](http://benedmunds.com/ion_auth) | [Github](https://github.com/benedmunds/CodeIgniter-Ion-Auth)
| jQuery | 2.2.4 | [Website](http://jquery.com) | [Github](https://github.com/jquery/jquery)
| Font Awesome | 4.7.0 | [Website](https://fontawesome.com/v4.7.0) | [Github](https://github.com/FortAwesome/Font-Awesome)
| Mobile Detect | 2.8.30 | [Website](http://mobiledetect.net) | [Github](https://github.com/serbanghita/Mobile-Detect)## CodeIgniter 3 Documentation
* [User guide](https://codeigniter.com/user_guide)
## Reference
* [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
* [Translations for CodeIgniter System](https://github.com/bcit-ci/codeigniter3-translations)
* [AdminLTE](https://github.com/almasaeed2010/AdminLTE)