I'm struggling to create more than one models (I don't want to run command every time to create a lot of models) using artisan command in Laravel 8 but it'sit's giving me error.
php artisan make:model Photo Staff Product
The error I faced,
Too many arguments to "make:model" command, expected arguments "name".
