save new factory class in the users in laravel after Creating users table code example
Example: php artisan make factory
php artisan make:factory AddressFactory --model="App\\Address"
php artisan make:factory AddressFactory --model="App\\Address"