Migrator
Migrator is a GUI migration manager for Laravel which you can create, manage and delete your migration.
Installation:
To install Migrator you can execute this command:
composer require rezaamini-ir/migrator
Then you will access to /migrator
route.
Config
To access config file you need to publish config files to your project with this command:
php artisan vendor:publish --tag=migrator-config
Now you will be able to change config as you want!
To change the route path you can change the route
key in migrator config.
And, with middleware
key you can set your middleware to authenticate your user.
If you don't need to authenticate users to access migrator you can set the value to web
.