Closed nilsapruzzese closed 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.
php artisan make:model {name} -m
php artisan beyond:make:model Users/User -m
The normal
php artisan make:model {name} -m
directly creates a model with migration. Would be helpful forphp artisan beyond:make:model Users/User -m
.