Book Image

Laravel Foundations: Basics to Every App [Video]

By : J. Alexander Curtis
Book Image

Laravel Foundations: Basics to Every App [Video]

By: J. Alexander Curtis

Overview of this book

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.
Table of Contents (3 chapters)
Chapter 2
Models and Storing Data
Content Locked
Section 9
Adding Pagination
The aim of this video is to give you an overview about adding Pagination in Laravel - Understand how to add links for other pages - Learn how to split up content into several different pages and organize it - Learn about how to retrieve URL query parameters