Closed Davidiasdesousa closed 2 years ago
Hello @Davidiasdesousa
Thank you for the pull request.
Some existing packages are already doing a great job creating reverse models
from the database.
For now, I have no intention of including this feature in the generator.
How it works
After user runs php artisan migrate:generate
asks the user if he would like to create models from the table names. If true, a model file is generated in the app/Models folder.