AkrilliA / laravel-beyond

Create Laravel classes in a domain driven way (insired by Spatie Laravel Beyond CRUD)
ISC License
219 stars 24 forks source link

Model Creation with Migration #21

Closed nilsapruzzese closed 2 years ago

nilsapruzzese commented 2 years ago

The normal php artisan make:model {name} -m directly creates a model with migration. Would be helpful for php artisan beyond:make:model Users/User -m.