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