nerbiz/reorder-migrations

Easily reorder your Laravel migration files

Maintainers

Package info

github.com/nerbiz/reorder-migrations

Documentation

pkg:composer/nerbiz/reorder-migrations

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.4 2022-07-07 20:25 UTC

This package is auto-updated.

Last update: 2026-03-08 04:21:26 UTC


README

Whatever your reason is for wanting to reorder your Laravel migration files, it can be done with drag-and-drop using this package.

Installation

Install the package using Composer:

composer require --dev nerbiz/reorder-migrations

Usage

Visit https://<your-url>/reorder-migrations to get started. It only works in 'local' and 'development' environments and it's protected by the 'auth' middleware.

Credits

SortableJS is used in this project.
https://github.com/SortableJS/Sortable