Courses

Course
Laravel
Laravel SaaS Boilerplate

Everything you need to get your app up and running. Email activation, two-factor authentication, subscription billing, team billing, API token authentication, admin user impersonation and more.

41 episodes
6 hrs 6 mins
Course
Laravel
Vue.js
Laravel Datatables

Datatables are super useful for managing your database from an admin panel. Let's roll our own powerful solution that does just about everything you'll need.

18 episodes
2 hrs 22 mins
Course
Laravel
Vue.js
Filtering in Laravel: Vue.js

Next up in our filtering series, we're implementing filters with Vue. Driven from the backend, filters update automatically and push to the query string so a user can continue where they left off. We'll also generate pagination that seamlessly works alongside everything, keeping it lean and clean as we go.

11 episodes
1 hr 12 mins
Course
Laravel
Filtering in Laravel: Blade

If you've already followed the Filtering in Laravel course, it's time to put our filters to work on the frontend, refactoring as we go. We'll also merge in pagination.

11 episodes
48 mins
Course
Laravel
Filtering in Laravel

Need to filter database results with a query string? Here's a beautiful, easy to extend solution to keep your code super tidy.

10 episodes
1 hr 3 mins
Course
Laravel
Clean code Laravel

Small tips to clear up a big mess. These are the small things I do every day to create clean, beautiful code. This course is ongoing and more parts will be added.

27 episodes
3 hrs 9 mins
Course
Laravel
The Repository Pattern in Laravel

Avoid repetition, scale your project and make maintenance a cinch. From simple to powerful repositories that work for any size project, we go through the steps to implement the repository pattern in Laravel.

14 episodes
1 hr 36 mins
Course
Laravel
Vue.js
Laravel Chatroom

Build and test a realtime chatroom with instant UI updates and online user list. Our automated tests will cover sending messages, and that two or more connected users can chat.

22 episodes
2 hrs 32 mins
Course
Laravel
Quick and easy avatar uploads

Let's build an avatar upload component with reusable upload functionality via a mixin. We'll also look at image processing, database schema recommendations and security considerations.

9 episodes
56 mins
Course
Laravel
Testing middleware in Laravel

We often forget to test middleware, but it's just as important! Let's test three types of middleware with slightly different techniques.

3 episodes
22 mins