Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 533 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 533 Bytes

My codeigniter-skeleton sample application

Simple codeigniter installation with the following features:

  • codeigniter is installed as a composer package.
  • document root is at public folder with codeigniter index.php and assets.
  • includes sample nginx site configuration.
  • sqlite database with sample migration.
  • login page with dashboard. (default login: [email protected] password: default)
  • template layout library for main layout and sub templates.
  • powerfull CI_Model extension for painless database manipulation.