In this accelerated guide, we'll swiftly take you through building a complete Admin Panel using the Hierarchical Model-View-Controller (HMVC) structure in CodeIgniter 4. You'll learn to implement a secure login system and perform CRUD (Create, Read, Update, Delete) operations efficiently.
Project Flow
- Download Admin Template and extract to public folder
- Copy login.html and index.html to Views folder
- Config Session Driver
- Config Login form, action, function and routing
- Setup login request handler
- Read user table to verify login
- Managing index file (After login success)
- Create CRUD and related routes
- Create logout function after all process
- Add check login status before enter admin pages
Optimized From
https://youtu.be/m2EgxRo4JrA
Related Link:
Session Driver
https://codeigniter.com/user_guide/libraries/sessions.html#databasehandler-driver
GitHub Source Code
https://github.com/Simpletine/ci4-project
Admin Panel Template
https://startbootstrap.com/theme/sb-admin-2
Download
0 formats
No download links available.
CodeIgniter 4 HMVC - Admin Panel CRUD Project with Login system (Fast-Track Version) | NatokHD