laravel create factory for the excisting model code example
Example: make model factory and controller laravel
php artisan make:model ModelName -a
// -a stands for all (Model, Controller, Factory and Migration)
// Note: The above command will work successfully in Laravel 5.5 or > versions