Acquire a basic understanding of Laravel's organization, opinions, and functions
Understand how to create CRUD applications and tie together core concepts that form the backbone of any app
How to work with databases to persist data and add user authentication to any app
In Detail
Laravel is a prominent member of a new generation of web frameworks. It is one of the most popular PHP …
Laravel Foundations: Basics to Every App
Video description
Build basic applications with Laravel
About This Video
Acquire a basic understanding of Laravel's organization, opinions, and functions
Understand how to create CRUD applications and tie together core concepts that form the backbone of any app
How to work with databases to persist data and add user authentication to any app
In Detail
Laravel is a prominent member of a new generation of web frameworks. It is one of the most popular PHP frameworks and is also free and an open source. Laravel 5 is a substantial upgrade with a lot of new toys, at the same time retaining the features that made Laravel wildly successful. It comes with plenty of architectural as well as design-based changes. Laravel Foundations is a blend of several recipes that will give you all the essential tips you need to build an application. This video course starts by walking you through building an online forum from scratch using Laravel. A forum teaches important concepts such as saving, reading, and updating database entries; working with relationships; adding authentication; and working with views and reusable components. You will also learn how to use routes, connect a database, add comments, and build an authentication system for your forum. By the end of this course you will have the knowledge necessary to put together basic Laravel applications and a foundation you can build on. You will be prepared for later volumes in this series that explore more advanced topics to enhance your application further.
Audience
This video course is for beginners to Laravel who want to learn how Laravel works and how to build their first applications with Laravel. Despite being aimed at beginners, this video shoes how you can build an impressive application very quickly thanks to how easy-to-use Laravel is. Viewers should have an understanding of HTML/CSS (or a preprocessor) as well as basic PHP syntax and fundamental concepts (loops, arrays, classes, functions, public/private properties, and so on). A basic understanding of core web development concepts is assumed.
Chapter 1 : Building the Foundation of Laravel Apps
The Course Overview
Generate Our Project
Exploring Laravel File Structure
What is MVC?
Building Our First Route
Introducing Laravel Blade, a Templating Engine: Part 1
Introducing Laravel Blade, a Templating Engine: Part 2
Creating a CRUD Controller
Chapter 2 : Models and Storing Data
Configure Our Database
Build Migrations for Our Questions Table: Part 1
Build Migrations for Our Questions Table: Part 2
Build Question Model
Saving Questions to the Database: Part 1
Saving Questions to the Database: Part 2
Showing Data from Our Database: Part 1
Showing Data from Our Database: Part 2
Adding Pagination
Connecting Answers to Our Questions: Part 1
Connecting Answers to Our Questions: Part 2
Submitting Answers to Our Questions: Part 1
Submitting Answers to Our Questions: Part 2
Chapter 3 : User Authentication
Setup Authentication: Part 1
Setup Authentication: Part 2
Forgot My Password: Part 1
Forgot My Password: Part 2
Setting up Ownership Relationship: Part 1
Setting up Ownership Relationship: Part 2
Create a User Profile
Eager Loading Relationship
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept