In this video, you will start to work with Laravel which is the most powerful PHP framework for web development.
After completion of this video, you will know how Laravel actually works in the MVC patterns (Model, Views, Controller).
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
MVC is divided into three letters shown below:
M: 'M' stands for Model. A model is a class that deals with a database. For example, if we have users in an application then we will have users model that deals with a database to query the table of users if we have users model, then we will also have a users table. We conclude from the example that the model is going to have a table for that specific model.
V: 'V' stands for View. A view is a class that deals with an HTML. Everything that we can see on the application in the browser is the view or the representation.
C: 'C' stands for Controller. A controller is the middle-man that deals with both model and view. A controller is the class that retrieves the data from the model and sends the data to the view class.
Watch this video without skipping and Learn the basics of Laravel and how Laravel Works.
#Laravel #laraveltutorial #LearnLaravel
Day 1 Video:- Learn Web Development Fundamentals
• Day 1 | Learn Web Development Fundamentals...
Day 2 Video:- Arrays in PHP, Types of Arrays in PHP
• Day 2 | Arrays in PHP, Types of Arrays in ...
Day 3 Video:- Control Statements in PHP, if statement, Looping, Jumping
• Day 3 | Control Statements in PHP, if sta...
Day 4 Video:- Functions in PHP, Superglobals in PHP, RegEx in PHP
• Day 4 | Functions in PHP, Superglobals in ...
Day 5 Video:- Task Management System using PHP & MySQL
• Day 5 | Task Management System using PHP &...
Day 6 Video:- Login and Register in PHP & MySQL
• Day 6 | Login and Register in PHP & MySQL ...
Day 7 Video:- Seminar on Experience Sharing & Coding Journey
• Day 7 | Seminar on Experience Sharing | Co...
Day 8 Video:- Learn SQL, DBMS Basics and SQL Fundamentals
• Day 8 | Learn SQL and DBMS Basics | SQL Fu...
Day 9 Video:- File Uploading in PHP
• Day 9 | File Uploading in PHP | Uploading ...
Day 10 Video:- Dynamic Portfolio Website Project - Part 1
• Day 10 | Dynamic Portfolio Website Project...
Day 11 Video:- Dynamic Portfolio Website Project - Part 2
• Day 11 | Dynamic Portfolio Website Project...
Day 12 Video:- Dynamic Portfolio Website Project - Part 3
• Day 12| Dynamic Portfolio Website Project ...
If you are new to this video, please first watch the previous series videos that I have provided link in the above description with video title.
Thank you so much. Keep Learning with XDezo Learning.