michielfb/data-migrations

Laravel Data Migrations

Installs: 52 498

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 7

Open Issues: 0

pkg:composer/michielfb/data-migrations

3.0.0 2023-03-31 18:55 UTC

This package is auto-updated.

Last update: 2025-09-29 02:08:32 UTC


README

This package allows to migrate data the same way as regular database structure migrations.

Installation

composer require michielfb/data-migrations
php artisan vendor:publish --tag=data-migrations
php artisan migrate

Usage

The following artisan commands are available.

make:data-migration creates a new data migration.

migrate:data runs the data migration

migrate:rollback-data rolls back the migration.