Build a User Web App from Scratch with Vanilla PHP 8+
Build a real example web application from scratch with PHP 8 and MySQL
What you will learn:
Build a real-world, secure and robust vanilla PHP applicationBest programming practices with Clean Software Architecture
Learn how to use Object Oriented Programming (OOP) with PHP
Learn how to build a clean MVC architecture
The Service layer pattern (where the business logic of your application lives)
Usage of a Dependency Manager "Composer" and the installation of packages
Symfony Mailer, Dotenv, Gravatar and Templating components
The important features of PHP 8 and 8.1
Build your own MVC Framework
Quickly use a modern responsive CSS framework (e.g. Materialize) by creating and loading it into a PHP Composer package and the magic `post-install-cmd`
Create a complete PHP application from A to Z, step-by-step
Test your PHP code with unit tests