Intro To Laravel | What is Laravel and How it Works in less than 3 mins!

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hey welcome back to my channel or if you're new here welcome my name is stella and i make videos talking about current technologies and how we can use them today we'll be talking about what is larval and how it is used so let's get started [Music] [Applause] laravel is a free open source php web framework that is used for web application development instead of hard coding every line to make your web application this framework provides you with commonly used functions or apis for example routing or authentication to make developing your web application and handling requests easier and more efficient when laravel was being developed it incorporates security measures to prevent people hacking and injecting harmful code into the server remotely that is why it is an intermediate system that intercepts all requests and processes and denies access to any of its components it also follows the mvc architecture pattern also known as model view control which is very commonly used right now when designing web and mobile applications laravel allows multiple people to work on or make changes to the same table in a database because of version control if someone wants to access the database all they have to do is clone the project and run the migration to get all the information they need so let me give an example of how laravel works with mvc let's say that the user is wanting to order some donuts from a store that store's website happens to run laravel on top of a php server so when the user types in the url and presses enter before the website's homepage is shown the request meets the laravel framework once laravel recognizes the request for the home page it will register them in the routing file to process the request and then it will load a controller since the donut homepage can contain many different types of data for example today's specials or the different types of donuts offered laravel uses an eloquent model to call upon an api to help query through the database efficiently and get the information for the donut shop's home page after the information is gathered the controller will load the view part of the mvc model this is where the html php and css files are referenced to communicate to the web browser of what to display after that the user will be able to see the donut shop's homepage and be ready to order some donuts and that concludes my introduction video to laravel thank you so much for watching my video if you like this video make sure to give it a big thumbs up next week i'll be talking about how to set up and install laravel on your mac os so if you don't miss out please subscribe to my channel also if you have any comments questions or even suggestions for future tutorial videos please make sure to leave them down in the comment box below other than that thank you again for watching my video and i'll see you next week
Info
Channel: Stella Li
Views: 9,105
Rating: 4.9714284 out of 5
Keywords:
Id: AhM4nAxaTLo
Channel Id: undefined
Length: 2min 48sec (168 seconds)
Published: Tue Sep 29 2020
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.