php make migration with model code example
Example 1: artisan make migration with model
php artisan make:Model Status -m
Example 2: make migration with model
php artisan make:model -m <Model name>
php artisan make:Model Status -m
php artisan make:model -m <Model name>