kitloong / laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
2.5k stars 276 forks source link

Create factories files for migrations files #148

Closed rabeeaali closed 1 year ago

rabeeaali commented 1 year ago

It would be nice to add php artisan migrate:generate --factory will factories files for each migration file

kitloong commented 1 year ago

Hi @rabeeaali, thank you for your feedback.

I did a quick search and found the following packages:

https://github.com/TheDoctor0/laravel-factory-generator https://github.com/laravel-shift/factory-generator

Do you think the above packages meet your need?