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

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article
Pause All Laravel Queues During a Deploy image

Pause All Laravel Queues During a Deploy

Read article
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article