laravel make model model and migration code example
Example 1: laravel make model with migration 5.8
php artisan make:model Settings --migration
Example 2: php artisan make :migration with model
php artisan make:model ModelName -a
php artisan make:model Settings --migration
php artisan make:model ModelName -a