Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Learn PHP 7 and Laravel Master course
Introduction
Why learn php? (15:10)
Course requirements (1:58)
Php, Mysql, Laravel Installation (19:07)
Mamp for windows USERS
Resources for you to learn php (3:16)
Syntax
Our First Page with Variables (12:51)
Comments (2:50)
Data types (4:15)
Variables and Constants (10:18)
Variable Quiz (0:37)
Variables and Constants Answer (5:23)
how to use strings (4:02)
Strings Functions (7:32)
Strings Quiz (0:30)
Strings Answers (2:47)
How to use integers and floating points (5:01)
Integer Math functions (5:09)
Operators Intro (5:01)
working with operators (19:36)
Integer and Operators Quiz (0:46)
Answers to Integers and Operators (3:15)
How to use if, elseif, else, and switch statements (24:22)
Conditionals Quiz (0:47)
Conditionals Answers (5:10)
How to use arrays (17:23)
Array Functions (7:20)
Arrays Quiz (0:27)
Arrays Answer (4:58)
how to use a for loop? (7:06)
while loop (4:22)
do while loop (5:12)
foreach loop (12:27)
Creating and Using Functions (13:34)
Function Quiz (0:27)
Functions Answers (5:52)
Using Require (5:59)
Global Variables
Global Variables and Server Variables (7:09)
Get and Post Variables (15:08)
Using Cookies (6:45)
Using Sessions (7:21)
Object Oriented Programming with PHP
Classes in PHP (15:57)
Extending Classes (22:51)
Public vs Protected vs Private (10:08)
Static Properties and Methods (9:21)
Dependency Injection (16:57)
Interfaces (6:46)
Abstract Classes (11:35)
Method Chaining (9:51)
Auto Load Classes (2:41)
Namespaces (10:33)
Project 1 - Simple website
Simple Site (30:46)
Project 2- CRUD with PHP and Mysql
Introduction to databases (8:13)
Create a Database (5:43)
Connect through PDO (7:20)
Initialize and Create Table (5:15)
Create Data (23:52)
Read Data (28:31)
Update (23:50)
Deleting and Conclusion (16:27)
Project 3 - Laravel CRUD
Framework Talk (17:15)
Laravel Setup (14:45)
Creating tables with migrations (15:19)
Routing through laravel (27:02)
Writing logic in the controllers (18:49)
Front End Pages with Blade (20:05)
Compile Assets with laravel mix (16:47)
setting the views and forms (22:43)
Understanding Request in laravel (6:17)
Working with mysql raw statements (9:57)
Eloquent (34:07)
Eloquent and models (37:54)
Project 4 - Design Storm
Setting up our design storm project (13:23)
Transfer the html to blade (22:55)
Authentication (18:53)
Fixes to view Plus Controllers (19:39)
Connecting to Api (25:23)
Displaying the data and search (24:04)
More Results (19:28)
Cleaning up the results view (8:44)
Changing Results from Post to Get Request (21:08)
Database for projects and inspirations (16:24)
Projects Controllers and Routes (20:23)
Project Index View (19:45)
Create and Edit View For Projects (28:16)
Show View for Projects (7:44)
Save Projects and Populate index view (15:38)
Show, Update, Delete Project (23:01)
Create Inspirations (23:41)
Delete Inspirations (8:29)
Setting up our relationships (23:00)
Delete all related inspirations to project (5:46)
Project and user relationship (21:51)
Check if we already added those images (19:34)
Finishing The Project plus challenge (8:08)
Dependency Injection
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock