https://github.com/willnode/ekasir-ci
https://github.com/willnode/ekasir-ci
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnode/ekasir-ci
- Owner: willnode
- License: mit
- Created: 2020-03-30T15:14:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T07:54:07.000Z (over 5 years ago)
- Last Synced: 2025-03-05T04:16:23.241Z (10 months ago)
- Language: PHP
- Size: 547 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# CMS Toolkit with API
This is a CMS Toolkit, A general drop-in PHP API template for starting a typical custom CMS with CodeIgniter.
What already included within this template:
+ User/Admin Login (with Basic Auth)
+ CORS Headers Configuration
+ Password hashing (with BCRYPT)
+ User management Console CRUD in Admin
+ User profile customization
+ AJAX-driven Table Pagination
+ General Purpose CRUD Module Function
+ 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-api`. Two accounts with username `admin` and `user` has password equals to its username.