Laravel courses

Snippet
Laravel
Quick and Easy Nested Categories in Laravel

To solve a potentially unlimited amount of nested items like categories, you need more than recursive Eloquent relationships. Let's figure out how to easily build a tree of items with a single query, and use recursive Blade components to output the result.

1 episode
20 mins
Course
Laravel
Vue.js
Laravel Sanctum Authentication with the Vue Composition API

Learn how to authenticate with a Laravel API from Vue using the Composition API. We'll set up a fresh Laravel project with Sanctum and Fortify, then implement the ability to authenticate with a beautiful, simple auth module thanks to the flexibility of the Composition API.

11 episodes
53 mins
Course
Laravel
Build a Laravel Invite System

Build an invite code system from scratch with Laravel. Newly registered users are locked out until they enter a valid invite code, and activated users can generate and share invite codes.

14 episodes
58 mins
Course
Laravel
Vue.js
Build a Blog with Laravel and Vue

Build a beautiful blogging platform from scratch with Laravel and Vue. Features an admin panel, a powerful writing experience with tiptap editor, and heavy focus on the Vue composition API. It's packed with loads of useful tips and techniques for your own projects.

31 episodes
3 hrs 8 mins
Course
Laravel
Laravel Model Popularity

Let's cover scoping models by their popularity (e.g. most popular articles last week). From scratch, we'll build out the ability to 'visit' models within a timeframe and unique restrictions, and then fetch the most popular within any given timeframe. We'll cover everything with a suite of tests using the Pest testing framework.

19 episodes
1 hr 38 mins
Course
Laravel
Vue.js
Build a Quote Collector App in Laravel and Vue (with Vite)

Integrate a Vite-built Vue app into Laravel, and build a fun little app to learn the basics! We'll cover routing, state management with Vuex, the Composition API and more.

13 episodes
54 mins
Course
Laravel
Laravel Multi-tenancy Basics

Create multi-database, subdomain separated tenants in a Laravel application with the help of the Tenancy for Laravel package. This series will have you up and running, and ready to start building.

12 episodes
53 mins
Course
Laravel
Alpine.js
Meilisearch Instant Search with Alpine.js

Combining the power of Meilisearch and the simplicity of Alpine.js to build an instant, as-you-type, result-highlighted dropdown search. We’ll cover making the Alpine.js component highly re-usable, so you can use it in multiple places, or with an entirely different index and options.

12 episodes
42 mins
Course
Laravel
Searching with Laravel Scout and Meilisearch

Meilisearch is an open-source blazingly fast, hyper relevant search engine. In this course, we’ll combine Laravel Scout and Meilisearch to quickly build a search experience for any database data. It’s everything you need to know to get started with indexing, searching and filtering results.

10 episodes
47 mins
Course
Laravel
Livewire
Build a Comment System with Livewire

Build a comment system with Livewire that instantly works for any model. Drop in the Livewire component to support comments, replies, editing, deleting and markdown.

21 episodes
1 hr 23 mins
Course
Laravel
Nuxt.js
Create a Realtime Post Timeline with Nuxt and Laravel

Build a realtime timeline for users to post and like posts. We’ll cover authentication, state management, infinite scrolling and explore the fastest way to keep everything up-to-date with realtime events.

25 episodes
2 hrs 36 mins
Course
Laravel
Nuxt.js
Laravel Fortify with Nuxt

Let’s implement every feature of Laravel Fortify in a Nuxt SPA. We’ll use Laravel Sanctum to authenticate, then work through each Fortify feature and figure out the tweaks we need to make along the way.

18 episodes
1 hr 42 mins
Course
Laravel
Build A Digital E-Commerce Store with Stripe Checkout

Using Laravel Cashier and Stripe checkout, we’ll build a simple e-commerce platform to buy digital downloads.

18 episodes
1 hr 38 mins
Course
Laravel
Livewire
Polling Batched Jobs Progress with Livewire

Laravel's batching sequentially runs jobs on a queue. With Livewire, we can poll for the progress of a batch and show a progress bar to the user. In this course, we'll fake the steps needed to 'create a server' to demonstrate it!

9 episodes
31 mins
Course
Laravel
Preventing Duplicate Form Submits in Laravel

Quickly submitting a form more than once can create duplicate requests. You could implement a client-side solution, but let’s handle this on the server-side while keeping the user experience flowing.

8 episodes
39 mins
Course
Laravel
Nuxt.js
Laravel Websockets with Nuxt

Broadcast events and listen in realtime on both public and authenticated private channels using Laravel Websockets and Nuxt.

9 episodes
52 mins