rezaamini-ir/migrator
最新稳定版本:1.6.0
Composer 安装命令:
composer require rezaamini-ir/migrator
包简介
Migrator is a GUI migration manager for Laravel.
README 文档
README
Migrator is a GUI migration manager for Laravel which you can create, manage and delete your migration.
Also, with Migrator you will be able to use a feature called "Safe Migrate" which allows you to run migration without fear of foreign key sorting, it will automatically run migrations in the correct order and you don't need to change the migrations filename.
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.
统计信息
- 总下载量: 26.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 525
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-13
