Description
In this course, you will :
- Learn the basics of PHP programming.
- Modules for learning data types, functions, loops, OOP, databases, and more.
- Create a job listing website from scratch, without the use of any frameworks or tools.
- Make a custom Laravel-like router that accepts parameters and middleware.
- Discover how to use namespaces and PSR-4 Autoloading.
- Create a session-based authentication mechanism.
- If you want to learn Laravel, this is a great place to start.
Syllabus:
- Data Types, Variables & Built-in Functions
- Arrays & Iteration
- Control Structures & Conditionals
- Functions
- Object Oriented Programming (OOP)
- Superglobals
- Database Integration & PDO
- Workopia Project Start & Custom Routing
- Database Class, Fetch & Display Listings
- Namespaces, Controller Classes & Router Refactor
- Create, Update & Delete Listings
- Authentication, Authorization & Sessions