Summer sale! Save 50% on access to our entire library of courses.Join here →

Courses

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
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