comando para criar modelo com migração em Laravel

php artisan make:model ModelName -m
//In the above command "-m" will create migration file
Isaac