Laravel Packages

Migrator is a GUI Migration Manager for Laravel

Published
Migrator is a GUI Migration Manager for Laravel image

Migrator is a GUI migration manager for Laravel in which you can create, migrate, delete, and roll back your migrations. It provides a simple interface powered by Livewire that enables you to see the status of each migration easily, refresh migrations using your configured database, and run migrations:

By default, the /migrator UI is locked down via auth middleware, and you can configure both the route of the migrator UI and the middleware (or group) that runs for the migrator route.

When you add new migrations via the GUI, the appropriate migration file is added to your project as if you run the artisan make:migration command.

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article
Collections chunkBy() and Storage Path Hardening in Laravel 13.30 image

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

Read article