01
8
Lessons
55 min
Video Course
Dec 2025
Released
I create a SaaS with Laravel, publishing new videos (almost) daily, with most typical features and commenting on the tools I choose.
02
16
Lessons
1 h 59 min
Video Course
Oct 2025
Released
Structure large Laravel projects using Modules or Domain-Driven Design (DDD). Compare three modularization approaches (nwidart/laravel-modules, internachi/modular, custom) and implement DDD principles for separating business logic.
03
7
Lessons
36 min
Video Course
Aug 2025
Released
Integrate Junie AI coding assistant from JetBrains into PhpStorm for Laravel development. Learn main features, best practices, and how to effectively use AI assistance within your IDE.
04
8
Lessons
48 min
Video Course
Jul 2025
Released
Use Claude Code terminal-based AI coding assistant for Laravel development. Learn how it differs from Cursor, understand its capabilities with Claude model integration, and apply it to Laravel projects.
05
7
Lessons
50 min
Video Course
Jul 2025
Released
Integrate third-party APIs into Laravel using HTTP Client for services like OpenWeatherMap, Stripe, and Discord. Learn request methods, project structure, error handling, file attachments, and testing with Http::fake().
06
14
Lessons
1 h 04 min
Video Course
Jun 2025
Released
Master Cursor AI editor specifically for Laravel development covering model selection, using latest Laravel docs, automated testing of AI-generated code, and understanding AI limitations.
07
19
Lessons
1 h 33 min
Text-based Course
May 2025
Released
Build Android/iOS mobile apps with React Native consuming a Laravel 12 API. Create an expense management app covering API structure with Sanctum authentication, multi-tenancy, StyleSheet styling, and mobile app architecture.
08
26
Lessons
1 h 56 min
Text-based Course
Mar 2025
Released
Create Android/iOS mobile apps with Flutter 3 consuming a Laravel 12 API. Build an expense management app covering API structure, Sanctum authentication, multi-tenancy, Material Design widgets, and Dart programming.
09
15
Lessons
56 min
Text-based Course
Apr 2025
Released
Learn API best practices through reviewing and refactoring real Laravel API code. Cover common API responses, roles/permissions with Gates/Policies, API Resources, Exception handling, Enums, and automated testing.
10
9
Lessons
38 min
Text-based Course
Mar 2025
Released
Master Tailwind CSS fundamentals for Laravel full-stack development covering configuration, useful classes for sizing/fonts/colors/layout, Blade component integration, and Laravel-specific options.
11
38
Lessons
1 h 34 min
Video Course
Mar 2025
Released
Master advanced Eloquent techniques including complex queries, relationship optimization, Model customization, and hidden gems for efficient database operations. Take your Eloquent knowledge to expert level.
12
14
Lessons
1 h 22 min
Text-based Course
Mar 2025
Released
Extend the Laravel 12 Vue.js starter kit with custom CRUD functionality. Learn Vue.js fundamentals, TypeScript, Shadcn Vue components, and build table and form features.
13
19
Lessons
1 h 04 min
Video Course
Mar 2025
Released
Master dynamic web pages without JavaScript using Livewire. Start with a crash course on dependent dropdowns, then build a complete CRUD application using the Laravel 12 Livewire starter kit.
14
14
Lessons
1 h 17 min
Text-based Course
Mar 2025
Released
Build custom CRUD functionality on top of Laravel 12 React.js starter kit. Learn React.js fundamentals, TypeScript, Shadcn components, and how to extend the starter kit with your own features.
15
15
Lessons
46 min
Text-based Course
Apr 2025
Released
Process Laravel Jobs in the background using Queues to prevent blocking users. Learn job creation, queue monitoring, handling failed jobs, using Supervisor and Horizon, and queue optimization.
16
17
Lessons
1 h 44 min
Video Course
Jan 2025
Released
Build a Laravel + Filament project using Cursor IDE with AI-generated code. Learn what works, what doesn't, how to prompt effectively, debug AI mistakes, and when to fix things manually.
17
16
Lessons
1 h 45 min
Text-based Course
Dec 2024
Released
Learn the complete process of Laravel project development in a team environment covering GitHub workflows, branches, issues, pull requests, automated testing, CI/CD with GitHub Actions, and code quality tools.
18
21
Lessons
1 h 21 min
Video Course
May 2025
Released
Learn to implement multi-tenancy in Laravel projects, from basic user-level separation to complex multi-database setups. Explore team-based tenancy, single and multiple database strategies, and compare 4 different packages with their pros and cons.
19
8
Lessons
1 h 16 min
Video Course
Oct 2024
Released
Compare Laravel CMS options including Statamic, Winter CMS, Twill CMS, and WordPress for building blog systems. Evaluate features, themes/plugins ecosystem, and suitability for Laravel developers.
20
13
Lessons
57 min
Video Course
Jun 2025
Released
Implement authentication and authorization in Laravel using Gates/Policies and spatie/laravel-permission package. Cover single/multiple roles, team-based permissions, and comprehensive Pest test coverage.
21
31
Lessons
1 h 14 min
Text-based Course
Sep 2024
Released
Master advanced Laravel testing with GitHub Actions automation, 20+ assertion types, testing specific Laravel classes (Exceptions, Jobs, Eloquent), mocking external services, and practical testing tips.
22
17
Lessons
1 h 12 min
Text-based Course
Aug 2024
Released
Learn design patterns specifically used in Laravel through real code examples from both Laravel applications and the framework core. Understand Services with interfaces, Facades, Singleton, Manager, and other patterns in human language.
23
18
Lessons
1 h 21 min
Text-based Course
Apr 2025
Released
Plan optimal database structures for Laravel applications covering relationship choices, UUID/JSON/Enum columns, invoice numbering systems, e-shop attributes, and performance considerations with practical Migration examples.
24
5
Lessons
44 min
Text-based Course
Mar 2025
Released
Implement real-time features with Laravel Reverb including live notifications, chat applications, dashboards with live data, presence systems, and event broadcasting using Laravel Echo.
25
25
Lessons
1 h 30 min
Text-based Course
Mar 2025
Released
Write automated tests for Laravel applications using Pest or PHPUnit. Cover Feature and Unit tests, authentication/authorization testing, Factories, API/JSON testing, and Test-Driven Development methodology.
26
16
Lessons
52 min
Text-based Course
Nov 2023
Released
Strengthen PHP fundamentals specifically for Laravel developers covering OOP concepts, Composer, PHP versions, and how PHP features are used in Laravel framework and packages.
27
17
Lessons
2 h 3 min
Text-based Course
Aug 2023
Released
Build a food ordering system from scratch using Laravel Breeze with Inertia Vue. Master full CRUD operations, roles/permissions, creating Vue components like SelectInput, and Inertia fundamentals.
28
7
Lessons
33 min
Text-based Course
Jul 2023
Released
Master complex form validation with arrays of data in Laravel covering multi-row validation, error message display, multi-dimensional arrays, and real-time validation with Livewire and Vue.
29
13
Lessons
2 h 17 min
Text-based Course
Jun 2023
Released
Create an activity reservation system with Laravel based on a real Upwork job, featuring activity management, time slot bookings, user registrations, email notifications, and calendar integration.
30
8
Lessons
30 min
Text-based Course
Mar 2025
Released
Handle exceptions and errors gracefully in Laravel using try/catch blocks, custom Exception classes, logging, database transactions, and returning user-friendly error messages from APIs.
31
11
Lessons
51 min
Text-based Course
May 2023
Released
Implement user-specific timezones in Laravel projects covering timezone selection during registration, converting displayed dates/times to user timezones, and scheduling notifications at correct times across different timezones.
32
7
Lessons
42 min
Text-based Course
May 2023
Released
Set up Laravel queues on production Linux servers covering database/Redis drivers, queue workers, Supervisor auto-restart, Laravel Horizon, Amazon SQS, failed job handling, and worker scaling.
33
10
Lessons
1 h 15 min
Text-based Course
Sep 2023
Released
Add an API layer to existing Laravel web applications using Service classes to share logic between web and API routes. Learn to refactor code for maintainability and write automated tests for both layers.
34
18
Lessons
1 h 20 min
Text-based Course
Aug 2024
Released
Localize Laravel applications for multiple languages covering text translation, validation messages, model translations, date/time/currency formatting, route translation, browser-based translation editing, and multi-language content management.
35
8
Lessons
30 min
Text-based Course
Mar 2023
Released
Improve Laravel code quality using Larastan, a Laravel wrapper for PHPStan static analysis. Discover how to catch bugs before they happen and enforce better coding standards.
36
20
Lessons
1 h 46 min
Text-based Course
Mar 2023
Released
Create a React.js front-end application for a car parking Laravel API. Learn standalone React client architecture, authentication, state management, and consuming Laravel APIs from a separate front-end app.
37
10
Lessons
26 min
Video Course
Feb 2023
Released
Implement feature flags in Laravel using the Pennant package. Learn what feature flags are, their use-cases, and how to manage feature rollouts and A/B testing.
38
17
Lessons
1 h 33 min
Text-based Course
Feb 2024
Released
Build a complete order management system with Laravel and Livewire featuring password strength validation, modal CRUD forms, table sorting/filtering/search, inline editing, and integration with Select2, CKEditor, SweetAlert, and Chart.js.
39
12
Lessons
33 min
Text-based Course
Jan 2023
Released
Transform Laravel functionality into reusable packages for sharing across projects and publishing for the community. Learn package structure, service providers, configuration, and publishing a real package.
40
7
Lessons
42 min
Text-based Course
Jan 2023
Released
Deploy Laravel projects to AWS EC2 through detailed step-by-step instructions covering server creation, software installation/configuration, DNS setup, PHP dependencies, and Laravel deployment on Ubuntu.
41
11
Lessons
45 min
Video Course
Dec 2022
Released
Build single-page applications using Laravel Splade with Blade components, eliminating the need for JavaScript. Explore Splade components for datatables, forms, and dynamic elements.
42
13
Lessons
34 min
Text-based Course
Sep 2023
Released
Master data grouping in Laravel using Eloquent and Collections with practical examples covering single and multi-column grouping, grouping with filtering/ordering, and cross-table grouping operations.
43
16
Lessons
40 min
Video Course
Jul 2022
Released
Master Laravel Collections through 15 real-life examples focusing on chaining methods for complex data operations. Discover when and how to use Collection methods effectively, with step-by-step tracing of intermediate values.
44
19
Lessons
1 h 00 min
Video Course
Feb 2022
Released
Learn Alpine.js through practical real-life examples to create dynamic page elements without building complex JavaScript applications. Progress from basic HTML examples to advanced Laravel and Livewire integrations.
45
12
Lessons
1 h 24 min
Video Course
Dec 2021
Released
Learn to confidently refactor legacy Laravel code through real-life before/after examples from GitHub repositories. Master automated PHPUnit testing to ensure functionality remains intact after refactoring.
46
18
Lessons
1 h 24 min
Video Course
Nov 2021
Released
Build flexible GraphQL APIs with Laravel using the Lighthouse package and consume them with Vue.js Apollo client. Learn GraphQL fundamentals and how it differs from traditional REST APIs.
47
21
Lessons
1 h 13 min
Video Course
Oct 2021
Released
Optimize slow Laravel applications by mastering Eloquent query performance. Learn to reduce query counts, minimize data loading, and tackle common performance bottlenecks through 20 practical lessons with 14 demo repositories.
48
21
Lessons
1 h 46 min
Video Course
Aug 2021
Released
Apply SOLID software design principles practically to Laravel projects through real-world examples and open-source code reviews. Learn how to think about architecture patterns specifically for Laravel development.
49
10
Lessons
51 min
Video Course
Feb 2021
Released
Master file upload mechanisms in Laravel including filesystem configuration, storage setup, Amazon S3 integration, Filepond library, Spatie Media Library, and Livewire file uploads for better UX.