Courses
How to Read Code: Season 2
It's time for a new entry in our "How to Read Code" series. This season, we'll dive into the Laravel Breeze source code, taking every opportunity to peek behind the scenes to learn how and why it was
0 s
Learn Laravel Scout
Laravel Scout is a powerful, full-text search package for your Eloquent models. Follow the basic setup instructions, and within minutes you'll be triggering lightning-fast search queries with Algolia.
0 s
Learn Telescope
Laravel Telescope is an elegant debug assistant for Laravel. It provides insight on things like requests, exceptions, database queries, and so much more. In this short mini-series, I'll tell you every
0 s
Learn Socialite
Socialite provides you with a simple and convenient way to authenticate with OAuth providers like Facebook, Twitter, and GitHub. In this mini-series, I'll show you exactly how to use it in your own pr
0 s
Laravel Explained
In this series, for each episode, I'll answer one Laravel-related question that has cropped up in the Laracasts community. Who knows, maybe your question will be the next one I answer in video form!
0 s
Build a Staging Server
Once your application reaches a certain size, it might prove useful to prepare a staging server. With this setup, all new features and additions would first be deployed to a testing branch for your te
0 s