php artisan make model for all migrations code example
Example 1: artisan make model with migration
php artisan make:model Model_Name -m
Example 2: php artisan make model
php artisan make:model Flight
php artisan make:model Model_Name -m
php artisan make:model Flight