Laravel migrations
3 videos across 2 channels
Laravel migrations are the versioned, code-first way to manage your database schema, letting you create, modify, and rollback tables and fields with expressive, repeatable commands. The coverage spans setting up environments, configuring multiple connections, and walking through the full migration lifecycle—from creation and execution to rollback and schema dumping—framing how to integrate migrations into real-world features like contact forms. Together, they illuminate best practices for maintainable database evolution in Laravel projects.

Claude Opus 4.7 vs Kimi K2.6: Which AI Rules Laravel 13? 🐘
The video demonstrates building a contact form with cloud code in a Laravel Livewire project, comparing it to Kim K 2.6/

Getting Started with Databases & Migrations in Laravel | Learn Laravel The Right Way
The video explains how Laravel handles database configuration, migrations, and schema management, including environment