
Develop a PHP 8+ router and dispatcher by building a router class, configuring Apache mod_rewrite, and mapping URLs to controller methods with get and post handling.
Create a user model and service to save user data in vanilla php, implement a mysql schema for users and payments with prepared statements, unique emails, and password hashing.
Thanks to Apache mod_rewrite module, we will rewrite the URLs to human-friendly formats, with a .htaccess file in our root directory.
Learn to securely hash and verify user passwords in PHP 8+ using password_hash with bcrypt, set a cost of 12, and apply password_verify.
Create a user edit form in vanilla PHP 8, pre-fill current name and email, update name, email, and optional password with confirmation, and validate changes using the session user id.
Learn how to build a robust and reusable PHP web application with MySQL from scratch! Build your own clean and reusable PHP framework you will be able to reuse for your further projects and side projects.
This course is a step-by-step course, without any complicated 3rd-party frameworks, where you will learn and build a complete PHP 8 framework from the ground up, and later in the course, we will cover some great Composer PHP packages to be used in our project as well. For instance, you will also learn how to send emails efficiently with the Symfony Mailer package.
The screencast videos literally cover everything (nothing is hidden!), allowing you to understand and follow the whole evolution of the web application.
You will learn how to build a modern, clean and flexible framework following the best coding practices and PHP standard recommendations (PSR) allowing you to reuse it easily for your next SaaS.
At the end of the course, you will be confident to build any kind of real-world web application for your next business idea or to take your freelance career to the next level! You will also be able to implement your very own unique ideas and concepts from the codebase of this course.
Finally, once you subscribe to this course, I will do my best to answer your questions within a few hours. I know how challenging it can be to build a whole web application and I want you to succeed in building the web application you want.