Commande pour créer un modèle avec la migration dans Laravel

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