- Download Framework and Admin Theme
- Controllers & Routes Settings
- Create Application Migration
- Working with Migration
- Configure Application Models
- Create & Seed User Data
- Todo Manager – Login Page Layout
- Todo Manager – Register Page Layout
- Todo Manager – Validation Registration Form Data
- Todo Manager – Save Register User Data
- Todo Manager – Login Validation
- Todo Manager – User Redirection & Route Protection
- Todo Manager – Create Admin Layout
- Todo Manager – Customizing Admin Sidebar
- Todo Manager Layout – Customizing Dashboard & Adding Methods
- Todo Manager (Layout) – Add Category
- Todo Manager (Layout) – List Category
- Todo Manager (Layout) – Add Blog
- Todo Manager (Layout) – List Blog
- Validation – Add Category Page
- Create & Save Category to a Database table
- List Category to DataTable
- Delete Category Row from Table
- Render Category & Validations of Blog Page
- Create & Save Blog to Database
- List Blogs to DataTable
- Delete Blog From List
- Logout Function, Read Session & Updating Dashboard Cards
Download Framework and Admin Theme
Download the compressed CodeIgniter4 Framework by clicking the link below;
Link: CodeIgniter4 Admin Panel
Controllers & Routes Settings
We will be creating the following Controllers (with its corresponding methods):
1 - Admin => Login, Register, Logout, Admin Dashboard
2 - Category => Create Category, Delete Category, List Category
3 - Blog => Create Blog, Delete Blog, List Blog