how to make migration for a model laravel code example
Example 1: laravel make model and migration
php artisan make:model Settings -m
Example 2: laravel migrations
php artisan make:migration create_users_table
php artisan make:model Settings -m
php artisan make:migration create_users_table