php artisan make
php artisan make:model --migration --controller --resource Example
--- Or ---
php artisan make:model -mcr Example
--- Or ---
-a or -all includes Migration, Model, Controller, Factory and Seeder
php artisan make:model --all Example
php artisan make:model -a Example