nerbiz / reorder-migrations
轻松重新排列你的Laravel迁移文件
1.1.4
2022-07-07 20:25 UTC
Requires
- php: ^8.0
README
无论你为什么想要重新排列你的Laravel迁移文件,都可以使用这个包通过拖放来实现。
安装
使用Composer安装此包
composer require --dev nerbiz/reorder-migrations
用法
访问 https://<your-url>/reorder-migrations
以开始使用。它只能在 'local' 和 'development' 环境中工作,并且受 'auth' 中间件的保护。
致谢
此项目使用了SortableJS。
https://github.com/SortableJS/Sortable