Extending Laravel with First Party Packages

Extending Laravel with First Party Packages

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 6h 24m | 1.08 GB

Extend your Laravel packages by adding more functionality to your applications

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 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. Extending Laravel with First-Party packages focuses on using packages with a specific emphasis on First-Party packages that are built by the Laravel team to add functionality shared by many apps. You will be able to add additional and essential functionalities to the core framework that you can pull in as needed, without adding unnecessary bloat to the framework.

The course begins by extending the basic traditional authentication and you will now learn how to add social sign-on capabilities with the Laravel Socialite package.

You will then see how different types of search and multiple indexes can be managed easily with the help of Laravel Scout and how Laravel manages and updates servers.

Finally, you will master using Laravel Cashier to connect with popular payment gateways to make it easy to start accepting payments.

Towards the end of the video course, you will get your hands dirty with one of the coolest applications on the internet now—update live and broadcast—without refreshing the page. You will be known as soon as a user comments on a post, with the page refreshing in real time.

This comprehensive video tutorial will show you how you can extend Laravel using packages with the specific focus on first party packages that are built by the Laravel team to add functionality shared by many apps.

What You Will Learn

  • Extend Laravel with first party plugins to give extensive functionality that one would rarely expect to come out-of-the-box with a web framework
  • Charge a credit card to make one-time and subscription payments
  • Index and display advanced searches across your content in Laravel
  • Update a website live as updates are broadcasted
  • Extend authentication to accept social media login
Table of Contents

01 The Course Overview
02 Configuration and Install of Socialite
03 How Social Sign-on Works
04 Socialite Controller and Model Setup
05 Logging in Existing Users and Creating New Ones
06 Building the FindOrCreateUser Method
07 Setup Facebook Sign-on
08 Setup Twitter Sign-on
09 Using Other Social Providers for Social Login
10 Setup Our Project
11 Configuring and Installing Laravel Scout
12 How Search Indexing Works
13 Setup Algolia
14 Start Indexing Our Models
15 Customizing Search Result Ranking
16 Server-side Searches
17 Server-side Searches (Continued)
18 Client-side Searches
19 Client-side Searches (Continued)
20 Configure and Install Laravel Cashier
21 Setup a Stripe Test Account
22 Create a Subscription Form
23 Subscribe a User
24 Display a User’s Subscription Status
25 Modifying a User’s Subscription
26 Cancelling a Subscription
27 Setting a Free Trial or Coupons
28 Generate a PDF Invoice
29 Configure and Install Laravel Echo
30 Setup Pusher Account
31 Create a Blog Comments System
32 Create a Presence Channel for Blog Posts
33 Listen to Echo Channel and Upgrade Room Count
34 Add Authentication to the Presence Channel
35 Accessing Subscribers Information Within a Presence Channel
36 Live Updating Comments
37 Getting All Comments
38 Submit New Comments
39 Debugging Comment Submissions
40 Creating an Event for New Comments
41 Listening to the Event and Preventing Duplication