-
Course
- Core Tech
Getting Started with Laravel (PHP Framework) 7 - The Basics
Frameworks like Laravel support you when building web applications that scale. This course teaches the basics about Laravel, how it works, how to use views, controllers and models, and how to connect it all.
What you'll learn
When building anything but very simple web applications, vanilla PHP will quickly be the limiting factor. Instead of re-inventing the wheel over and over again, frameworks like Laravel help you with handling basic yet important tasks like sessions, authentication, or input validation. This course, Getting Started with Laravel (PHP Framework) - The Basics, teaches you how Laravel works and how to use it. You will start with understanding the theory behind Laravel. Then, you'll learn how to create and render views, as well as handling requests and inputs. Finally, you will connect your business logic to the page showing up in the browser using a Model-View-Controller (MVC) approach. After finishing this course, you'll be able to go back to the application you were stuck on and rebuild it in less time whilst only focusing on your core business logic.
Table of contents
- Version Check | 20s
- Introduction | 1m 27s
- What is Laravel? | 2m 26s
- MVC vs Non-MVC | 2m 16s
- MVC and the Structure of This Course | 3m 31s
- Additional Courses | 2m 28s
- Course Prerequisites | 1m 20s
- Setting up a Laravel Project | 6m 58s
- Understanding the Folder Structure | 4m 57s
- A Quick Intro to the Artisan Command Line Interface | 57s
- Using This Course with Other Laravel Versions | 1m 4s
About the author
Max is a freelance web developer and professional online instructor. Whilst being into development since 15 years of age, he studied Business Administration and worked in major consultancies as well as a bank before making his passion his main job. If not coding, Max enjoys sports, cooking, and meeting people.
More Courses by Max