create table and model controller through migration in laravel code example
Example 1: laravel make model with migration and controller
php artisan make:model Todo -mcr
Example 2: create migration table in php
php artisan make:migration create_users_table