polecenie tworzenia modelu z migracją w Laravel

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