Migrations

Migrations posts, videos, courses, and more

Bobby Iliev · 2 years ago

How to manage your Materialize migrations with Laravel Zero?

Introduction ❗️ This demo includes examples for an unsupported version of Materialize (0.26.x). ❗️ Managing your schema migrations is essential for any application. In this tutorial, we...
4

Bobby Iliev · 2 years ago

How to Remove a Migration in Laravel?

Introduction Adding columns or tables to your database manually could be an intimidating process and would more often than not lead to database inconsistencies between your different environ...
9

Michael Dyrynda · 5 years ago

Vagabond

Vagabond is a project that lets you leverage Nomad - Laravel-style database migrations wherever they may roam.Nomad gives you the power of Laravel's database migrations without the need for...
5

Tony Lea · 10 years ago

How to add a new column to the database using migrations

Tony Lea · 10 years ago

Renaming Database Tables in Laravel 4

Lets say you've been digging Laravel Migrations and you run into an instance where you need to rename your table. Would you manually change the migrations you already created to reflect the...

Loading More Content