laravel controller model migration create code example
Example 1: laravel make model with migration and controller
php artisan make:model Todo -mcr
Example 2: laravel one command for model table and controller
php artisan make:model --migration --controller test