Courses

Course
Livewire
Build a Livewire CSV Importer/Exporter

Let's build a powerful CSV importer and exporter with Livewire, completely from scratch. This can handle millions of rows, be reused for multiple models, and by using queues, doesn't require the browser to be open. This course is for you if: * You need a robust drop-in importer and exporter component for your models that you have full control over * You want to brush up on some advanced Livewire concepts * You want to learn about queues in Laravel

22 episodes
2 hrs 18 mins
Course
Laravel
Laravel Mentions

Add mentionable functionality to your Laravel applications and mention users, projects, issues… literally anything. We’ll start by setting up a simple comment system with Livewire, then detect, sync, notify and test mentions step-by-step. Not using Livewire? Don’t worry, the core functionality works with any stack. If you are using Alpine/Livewire, we’ll add mention support to textareas to get a list of users we’re able to mention when we hit a trigger key.

15 episodes
1 hr 52 mins
Course
Laravel
Building a Notification Preference System in Laravel

Need to store advanced notification preferences in your application? In this course, we cover displaying a matrix of notification groups, types and channels with the ability to sync preferences cleanly and quickly. Once you’re done, your users will be able to choose what notifications they receive, and how. Oh, and we’ll write tests to back everything up, look at how to use notification preferences in Notification classes, and how to set defaults for when users register.

10 episodes
1 hr 23 mins
Course
Inertia
Testing Inertia with Dusk

How do you test real flows through your Inertia applications? With end-to-end tests! In this course, we’ll cover everything you need to know about setting up, writing and running browser-based tests. Once we’re done, we’ll configure CI (Continuous Integration) with GitHub Actions, to run your tests whenever you push new code. Don’t use Inertia? No worries — there’s plenty to learn about end-to-end tests with Dusk in here too.

22 episodes
2 hrs 53 mins
Course
Laravel
Laravel Teams

Need team functionality in your Laravel application? Let’s build it from scratch. We’ll cover the basics of creating teams, switching between them, sending secure team invites by email, and managing team members. Powering everything will be roles and permissions for each member, with the ability to switch roles directly from your team dashboard. Once you’re done, you’ll have mastered team functionality in Laravel.

38 episodes
4 hrs 36 mins
Course
Laravel
Inertia
New in Inertia

With the release of Inertia v2, let’s cover everything new — now and into the future. Each episode of this course will cover a new feature or significant change, so you’re ready to adapt and introduce new functionality into your Inertia-powered applications.

9 episodes
1 hr 27 mins
Course
Laravel
Nuxt.js
Real-time with Nuxt and Laravel

Using Reverb and Laravel Echo, let’s add real-time broadcasting to a Nuxt SPA, driven by Laravel. We’ll start with the basics of public channels without authorization. Once we’re set up and able to broadcast to all clients perfectly, we’ll dive into authentication and authorizing private channels by modifying how Laravel Echo authorizes with our API. By the end of the course, you’ll have everything you need to start adding real-time broadcasting to your Nuxt/Laravel applications.

12 episodes
1 hr 2 mins
Course
Laravel
New in Laravel

Need to know what’s new in Laravel as it happens? Every episode of this course is dedicated to covering the most interesting and useful Laravel additions in detail, so you’re ready to start using them in your applications. Check back often, and stay completely up-to-date with Laravel.

26 episodes
2 hrs 34 mins
Course
Laravel
Laravel Subscriptions

Learn to start accepting subscriptions with Laravel and build a solid foundation for your next application. In fact, it’s exactly how we do things here on Codecourse! Even if you’re completely new to Laravel, by the end of this course you’ll have a platform where customers can purchase subscriptions and gain access to restricted areas of your application. We’ll also cover managing subscriptions, cancellations, invoices, giving customers trial periods — and more.

26 episodes
2 hrs 38 mins
Course
Laravel
Livewire
Cloudflare Turnstile with Livewire

In this mini-course, we’ll walk through setting up and adding Cloudflare Turnstile to our Livewire forms. Turnstile is a reCAPTCHA alternative, and thanks to a handy package, we’ll have it set up in no time, ready to apply to any form. Once we’re done, we’ll take a look at configuring the widget and adding custom validation rules to display to the user if the verification fails.

6 episodes
18 mins