michielfb/data-migrations

Laravel Data Migrations

3.0.0 2023-03-31 18:55 UTC

This package is auto-updated.

Last update: 2024-04-30 00:29:43 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.