Book Image

Extending Laravel with First Party Packages [Video]

By : J. Alexander Curtis
Book Image

Extending Laravel with First Party Packages [Video]

By: J. Alexander Curtis

Overview of this book

<p><span id="description" class="sugar_field">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. </span></p> <p><span id="description" class="sugar_field">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.</span></p> <p><span id="description" class="sugar_field">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. </span></p> <p><span id="description" class="sugar_field">Finally, you will master using Laravel Cashier to connect with popular payment gateways to make it easy to start accepting payments. </span></p> <p><span id="description" class="sugar_field">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.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">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.</span></span></p>
Table of Contents (4 chapters)
Chapter 4
Laravel Echo
Content Locked
Section 6
Add Authentication to the Presence Channel
The aim of this video is to make you understand how to add authentication to the presence channel. - Learn how to add authentication the channels in Laravel - Edit your bootstrap.js to add cluster and encryption settings - Test it and display the updated count to the readers using vue.js