artisan make model with migration

PHP
# If you would like to generate a database migration when you 
# generate the model, you may use the --migration or -m option:

php artisan make:model Flight --migration
php artisan make:model Flight -mphp artisan make:model Model_Name -mphp artisan make:model ModelName -a

Source

Also in PHP: