artisan command to make migration and model code example
Example 1: artisan make migration with model
php artisan make:Model Status -m
Example 2: laravel make migration
php artisan make:migration CreateUsersTable
php artisan make:Model Status -m
php artisan make:migration CreateUsersTable