CodeIgniter 4 User Login Tutorial – Part 2 – User Registration
In this video we continue to build a User Login system using CodeIgniter 4. This is a Part 2 of the series where we will complete:
– User registration form
– Add user to the database
– Hash password
– Create User Model to handle the users table in our database
You can get full code from GitHub:
https://github.com/alexlancer/codeigniter4login
source