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.
Publisher resources
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
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
video
Learn JavaScript
4+ Hours of Video Instruction JavaScript started as a basic language for performing simple computations on …
video
Object Oriented PHP and MVC
Build a custom object-oriented PHP MVC framework and then build an application with it About This …
video
Bootstrap 4: Create Four Real World Projects
Bootstrap 4 - Bootstrap with lots of CSS and jQuery. CSS Flexbox is included. Introduce to …