Database Migrations
3 videos across 2 channels
Database migrations drive safe, repeatable schema changes as apps evolve, from building user-facing features like reservations in Laravel to managing permissions and shared types across a codebase. The videos highlight practical workflows: defining roles and permissions for team access, and reusing strong-typed enums to keep migrations and data models consistent across Laravel and Filament projects. Together, they show how disciplined migrations keep deployments reliable, support faster iteration, and reduce drift between development and production.

Claude Code vs. Local LLMs: Building a Restaurant Reservation System
The video compares building a restaurant reservation system using cloud code versus a local model, demoing bookings, das

How to Add Custom Roles to Teams in Laravel | Full Tutorial
Tony walks through Laravel 13 team features, showing how to create teams, set up roles and permissions, invite members,

Reuse Enums Across Your Laravel/Filament App (Stop Repeating Yourself)
The video demonstrates how PHP enums can be leveraged across a Laravel and Filament project to centralize logic, improve