create model with migration code example
Example 1: laravel make model with migration and controller
php artisan make:model Todo -mcr
Example 2: artisan make migration with model
php artisan make:Model Status -m
php artisan make:model Todo -mcr
php artisan make:Model Status -m