Book Image

Laravel - Architect YouTube-Like Platforms

By : Markus Gray
5 (1)
Book Image

Laravel - Architect YouTube-Like Platforms

5 (1)
By: Markus Gray

Overview of this book

Laravel is on the top when it comes to PHP frameworks. There are multiple reasons for this. One of this being that it can handle heavy data with ease. This makes a perfect choice when you are dealing with applications with video steaming. Laravel: Architect YouTube-like Platforms provides a step-by-step guide that will help you create your very own video sharing application much like YouTube and Vimeo right from scratch. We begin this course by setting up the required environment and tools to that we would require to complete our project. We then start by building components one-by-one. We start by creating the user account component that deals with authentication, account information and other essentials. We then move on to build the search components and channels. We will also learn how to include features like subscriptions, history page, like and dislike buttons, comment sections, and so on. Finally, we will learn how to use Amazon Web Services (AWS) for video transcoding and storage. By the end of this course you will have a solid platform that I will teach you to launch to production.
Table of Contents (9 chapters)
Chapter 7
Up Vote and Down Vote
Content Locked
Section 1
Vote Model and Migration
In this video, we will setup vote models adding helper functions and adding the required fields to our vote table migration file. - Use the artisan generator to generate our vote model and migration file - Define the relationship functions in the vote and video models - Run migration to add the votes table to the database