Video description
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.
What You Will Learn
- Set up a basic application to build a Q+A site
- How to submit forms, process data, and save it into your database
- Show processed data to the user, create related posts, an authentication system, and much more
- Get started with building almost any type of app you can imagine
- Work with the PHP API using Gulp
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.
About The Author
J. Alexander Curtis:http://jacurtis.com/
https://github.com/jacurtis/laravel-blog-tutorial
https://www.youtube.com/watch?v=vzSjlLzGB1A&list=PLwAKR305CRO_1yAao-8aZiQnBqJeyng4O
Table of contents
- Chapter 1 : Building the Foundation of Laravel Apps
-
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
Product information
- Title: Laravel Foundations: Basics to Every App
- Author(s):
- Release date: September 2017
- Publisher(s): Packt Publishing
- ISBN: 9781788473422
You might also like
book
Laravel: Up & Running, 3rd Edition
What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid …
video
React: Zero to Full-Stack (Video Collection)
This course contains everything you need to know to become a full-stack developer with the React …
book
Laravel: Up & Running, 2nd Edition
What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid …
video
Tailwind CSS From Scratch - Learn by Building Projects
We will start with coding Sandbox and explore pages/videos for colors, typography, spacing, flex classes, and …