Laravel courses

Snippet
Laravel
Switching Exposed Team IDs in Laravel Jetstream

By default, Laravel Jetstream’s team functionality exposes the team ID on the client side. If you’d like to switch it up it for any reason, here’s how.

1 episode
14 mins
Snippet
Laravel
Switching Exposed User IDs in Laravel Fortify Email Verification

By default, Laravel Fortify’s email verification functionality exposes the user ID in the verification email link. If you’d like to switch it up it for any reason, here’s how.

1 episode
8 mins
Snippet
Laravel
Custom Laravel Jetstream Routes

Need to tinker with Laravel Jetstream routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.

1 episode
4 mins
Snippet
Laravel
Custom Laravel Fortify Routes

Need to tinker with Laravel Fortify routes? In this snippet, we’ll take a look at disabling the default routes and registering them in our project codebase instead.

1 episode
4 mins
Course
Laravel
Laravel Breeze

Breeze is a starter kit for Laravel that provides authentication, password resets, account activation and password confirmation out of the box. In this course, we’ll dive into each of these features, and look behind the scenes to learn more.

9 episodes
55 mins
Snippet
Laravel
Nuxt.js
Nuxt Authentication with Laravel Sanctum

A quickstart guide to authenticating in Nuxt with a Laravel API using Sanctum. We’ll use the latest version of nuxt/auth, which includes native support for Sanctum as a provider.

1 episode
14 mins
Course
Laravel
Vue.js
Build a File Sharing SaaS App

Let’s build a file sharing SaaS app with Laravel and Vue! Featuring direct, signed uploads to S3 with FilePond, secure sharing, tiered pricing plans, usage statistics and more.

68 episodes
6 hrs 47 mins
Course
Laravel
Flutter
Flutter Authentication with Laravel Sanctum

Using Laravel Sanctum for authentication, we’ll build a Flutter app that authenticates users and sends an auth token for any future requests. The perfect starting point for your next Flutter app.

16 episodes
1 hr 18 mins
Snippet
Laravel
Using Blade Components for Page Titles

Blade components are useful for re-usable parts of your app, but they also work really nicely as app layouts. This makes it really clean to define elements like page titles for each of your pages.

1 episode
10 mins
Course
Laravel
Authentication with Laravel Fortify

Laravel Fortify is a first-party authentication package with features like password resets and two factor authentication out of the box. All you need to do is build the frontend.

16 episodes
1 hr 30 mins
Course
Laravel
Nuxt.js
Build a Job Board with Laravel, GraphQL, Nuxt and Apollo

Learn while you build a GraphQL API with Laravel Lighthouse, then build a Nuxt frontend with Apollo to consume it. All styled with Tailwind.

30 episodes
3 hrs 53 mins
Course
Laravel
Laravel Jetstream Teams

Laravel Jetstream ships with teams functionality, allowing you to create teams and add team members. In this course, we'll dive into the basics, how it works, and look at scoping models to teams with roles and permissions.

8 episodes
48 mins
Course
Laravel
Laravel Homestead

Laravel Homestead is a pre-packaged Vagrant box that installs everything you need to build Laravel projects. Once you're set up, you'll use a separate virtual machine environment to create and build projects, which is much easier than installing everything on your local machine.

6 episodes
30 mins
Course
Laravel
Livewire
Build a Mini Dropbox Clone with Laravel Jetstream

Starting with a fresh Laravel Jetstream scaffold, we’re going to build a mini dropbox clone, powered by a single Livewire file browser component. Each team has a space where users can create folders, upload files seamlessly, browse folders and get instant search results.

20 episodes
3 hrs 0 mins
Snippet
Laravel
Simple Custom Laravel Logging

This snippet walks you through setting up a separate log channel in Laravel, with its own file. We'll also tap into a custom log formatter to choose the output structure. Great for separating different kinds of logs.

1 episode
7 mins
Course
Laravel
Laravel Jetstream

Laravel Jetstream is optional application scaffolding for Laravel. Out the box, it provides authentication, email verification, two factor authentication, API token support and more. This course guides you through it’s features and goes behind the scenes to get you up to scratch, ready for your next project.

14 episodes
1 hr 34 mins