lloricode / ci-capstone

Enrollment System with CodeIgniter

Home Page:https://ci-capstone.lloricode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Capstone project (Enrollment System) made by using CodeIgniter.

Laravel Forge Site Deployment Status

Demo

Frameworks used

Platform Framework
PHP Framework CodeIgniter 3.1.5.
Admin UI Framework matrix-admin Bootstrap.

Library used

Name Repository
Login Authentication CodeIgniter-Ion-Auth.
Migration Authentication codeigniter-ion-auth-migration.
Error Log CodeIgniter-Log-Library.
Excel Export Codeigniter-Excel-Export.
Core My_Model CodeIgniter-MY_Model.
Translator codeigniter3-translations.

Installation

  • Create first a database named ci_capstone .

  • then just run/execute the website, tables in database will automatically migrate.

  • OR you can just import in database a sample data from sample_data/ci_capstone.sql.

  • then if you just/want to rename the folder name, you will be required to set/modify the base url as the same of name of your new folder name.

  • Use PHP <= 7.0 to be working as expected.

Default Login

Username Password
administrator mypasswordisadmin1

Screencapture

-Updated overview over the Admin Panel screenshot at 2017-04-09 21-26-03

Note:

production ENVIRONMENT

  • compress html, for fast rendering page in live server
  • csrf_protection is enabled (set to TRUE), for prevent malicious/unnecessary behavior in submitting forms
  • errors log save to database,then not directly seen in browsers,

developing ENVIRONMENT

  • compress html disabled, for easy monitoring html output (easy debugging)
  • csrf_protection is disabled (set to FALSE), for easy submitting forms, for testing in big forms
  • errors log disabled, directly prompt in browser,
  • database set to localhost

..

  • all is this set up in application/config/{ENVIRONMENT_FOLDER_NAMES}/config.php

Thanks to our team.

Specially of Senior Programmer's suggesting.

Any suggest/issue/problem don't hesitate to open an issue, even pull request. :)

About

Enrollment System with CodeIgniter

https://ci-capstone.lloricode.com/

License:MIT License


Languages

Language:PHP 89.5%Language:JavaScript 8.6%Language:CSS 1.8%Language:HTML 0.2%