Laravel model and migration Generator tutorial

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 Settings -m
Source

Also in PHP: