CodeIgniter 4 - Build a Complete Web Application from Scratch

Isi Folder / Files :
01 Introduction and project setup
02 CodeIgniter and MVC basics_ controllers views and layouts
03 Database data_ models configuration and migrations
04 CRUD Part 1_ Displaying and inserting new data
05 CRUD Part 2_ Editing and deleting existing records
06 Signup_ User account registration
07 Authentication_ login logout and user identification
08 Protecting content_ require the user to login to access certain content
09 Link the tasks to users and paginate the task index
10 User administration_ user CRUD
11 User administration_ restrict access to administrator users
12 Account activation by email
13 User-initiated password reset
14 User profile_ allow a user to change their own data
15 Handling file uploads and images_ user profile image
16 Remember me_ remembering the login between browser sessions
17 Ajax requests and JSON_ searching for tasks
18 Styling and displaying dates and times
19 Internationalization & localization_ show content in more than one language
20 Deployment_ install the application on a production server
21 Conclusion
Keywords :