依賴包 安裝
composer require --dev "xethron/migrations-generator"
laravel 5 及以上 蚂蕴,Laravel 4:https://github.com/xethron/Laravel-4-Generators.git
編輯 Laravel config/app.php文件鼎天,添加Provider
Way\Generators\GeneratorsServiceProvider::class,
Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class,
laravel 6 可能不需要此步驟
命令行中操作 php artisan migrate:generate
根據(jù)提示即可完成導(dǎo)出工作晶通。