Build a Complete Registration and Login System using PHP MVC (Udemy.com)
Add registration, login, remember me, account activation, password reset by email and more using the PHP MVC framework
Created by: Dave Hollingworth
Produced in 2017
What you will learn
- Let new users sign up for a new account
- Validate the users' registration data, both on the server and in the browser
- Store passwords securely in the database
- Allow users to log in using their email and password
- Restrict content to logged-in users only
- Use sessions for handling logins
- Use cookies to optionally remember the user's login
- Allow users to securely reset their own passwords when they forget them
- Let users update their own profile details
- Use a CSS UI framework to easily add styling to a project
Quality Score
Overall Score : 96 / 100
Live Chat with CourseDuck's Co-Founder for Help
Course Description
Add registration and login to the PHP MVC framework we built on the "Build a PHP MVC Framework From Scratch" course.
- Let new users sign up and log in
- Store passwords securely in the database
- Restrict content to logged-in users only
- Use sessions for handling logins
- Use cookies to optionally remember the user's login
- Allow users to securely reset their own passwords
Build Registration and Login using Models, Views and Controllers
Most websites and web applications need user authentication. Once users sign up to your site, you can tailor content specifically to them, and restrict content to logged-in users only.
By developing user authentication using an MVC framework, your code will be easier to write and maintain.
All the concepts you need to know to understand why the system is developed the way it is are explained in detail.
Content and Overview
I designed this course to follow on from the Write PHP Like a Pro: Build a PHP MVC Framework From Scratch course. At the end of that course you had built your own PHP MVC framework. If you want to add user registration and login to that framework, then this course will cover all you need to know, starting from where that course left off.
Starting with the basic concepts of authentication, this course will take you through all the steps needed to build a complete registration and login system, one piece at a time.
Beginning with the PHP MVC framework from the previous course, each lecture explains what you're going to add to the code and why, building up the project step by step. At the end of this course, you'll have built a complete registration and login system using the PHP MVC framework, ready to use in your own projects.
Complete with working source code at every stage, you'll be able to work alongside the instructor and will receive a verifiable certificate of completion upon finishing the course. Also, at all times throughout the course you have access to the instructor to ask for help with any topic related to the course.Who this course is for:
- This course is for those who want to add authentication to the PHP MVC framework
- This course is NOT for you if you're not familiar with MVC
Instructor Details
- 4.8 Rating
- 50 Reviews
Dave Hollingworth
Hi, I'm Dave Hollingworth. I'm an IT trainer and web application developer. I've been programming for over thirty years, and teaching IT since 1999.
I've developed enterprise-level applications on platforms ranging from mainframes to mobiles: from my first web application, a quotes system created for a major insurance company back in 1999 - the first of its type in the sector - to interactive learning management systems for online language learning.
I've taught courses ranging from basic use of email to advanced web application development, both online and in-person. I've been teaching on Udemy since 2012.
I'm passionate about technology, and love teaching it! I believe it's possible to explain even the most complex subjects in a simple, straightforward way that doesn't confuse the student.
I look forward to welcoming you onto one of my courses!