Cislde is a starter template for codeigniter framework, integrated with Slice Library as template engine, ORM Model as baseModel, Star Admin as Admin Template, and Ion Auth as Authentication System.
Ion Auth. Complex Authentication System.
Slice Library. Stimulate blade laravel in codeigniter.
ORM based. no native query needed.
This text you see here is actually written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.
- PHP 5.6, 7.1, 7.2 you can run in lower (5.6) but the recommended version to use is PHP 7.1 for this your projects. PHP 7.3 is now supported in the latest code.
- Apache 2.2+ with rewrite mod enabled
- MySQL 5.5+ or MariaDb
Install the dependencies and devDependencies and start the server.
- Clone this repository
$ git clone https://github.com/aditya5660/ci-slice-lite.git
-
Create database Create an empty mySql or MariaDb database (default db name is ci-slice-lite) and a user (default is root/no password). Note that the database.php file in app/config contains these configuration settings
-
Import database Import database from app/sql/ci-slice-lite.sql
-
Change database setting app/config/database.php
-
Run your local development server
email : [email protected]
pasword : password
- Create CRUD Generator
- Add Night Mode
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.