laravel faker cityCode code example
Example 1: string and number laravel faker
$this->faker->bothify('?###??##') // 1efr38qa
Example 2: laravel faker example
php artisan make:factory PostFactory
$this->faker->bothify('?###??##') // 1efr38qa
php artisan make:factory PostFactory