https://github.com/willnode/cms-toolkit-with-coreui
CMS Tookit with CoreUI
https://github.com/willnode/cms-toolkit-with-coreui
backend codeigniter coreui login otp php pwa
Last synced: 6 months ago
JSON representation
CMS Tookit with CoreUI
- Host: GitHub
- URL: https://github.com/willnode/cms-toolkit-with-coreui
- Owner: willnode
- License: mit
- Created: 2020-01-05T05:30:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T11:30:17.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T17:44:21.212Z (8 months ago)
- Topics: backend, codeigniter, coreui, login, otp, php, pwa
- Language: PHP
- Size: 2.11 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# CMS Toolkit with CoreUI
This is a CMS Toolkit, A general drop-in PHP template for starting a typical custom CMS with CodeIgniter.
What already included within this template:
+ Static Homepage
+ User/Admin Login
+ Password hashing (with BCRYPT)
+ User management Console CRUD in Admin
+ User profile customization
+ Modular Form Templates
+ Helpful validation feedback messages
+ AJAX-driven table with server pagination
+ Many helper function for backend common task
+ OTP/Sign-in token link for forgot password
+ Service Worker
+ Other small improvements
This opinionated template aims to be modular as possible so it can be expanded for complex usage like multi account-type management, form validation, file uploads, etc. can be as simple as adding couple lines of code.
To install, clone this project in htdocs, import the database and then go to `localhost/cms-toolkit-with-coreui`. Two accounts with username `admin` and `user` has password equals to its username.
Uses following software tools:
+ CodeIgniter v3.1.11
+ CoreUI (Free Template) v2.1.7
+ JQuery v3.3.1
+ Font Awesome v4.7.0
+ Boostrap v4.3.1
+ Bootstrap Table v1.15.5
Additional Plugins also included in vendors, if you wish to use it:
+ Animate.JS v3.7.0
+ Chart.JS v2.7.3
+ Pace Progress v1.0.2
+ Perfect Scrollbar v1.4.0
+ Popper.JS
+ Slick.JS
+ Summernote v0.8.11