migration and model laravel code example
Example 1: artisan make migration with model
php artisan make:Model Status -m
Example 2: laravel migration
php artisan make:migration create_users_table
Example 3: php artisan make :migration with model
php artisan make:model ModelName -a