nerbiz/reorder-migrations

Easily reorder your Laravel migration files

1.1.4 2022-07-07 20:25 UTC

This package is auto-updated.

Last update: 2024-05-08 00:05:39 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