how to laravel faker code example
Example 1: laravel faker example
php artisan make:factory PostFactory --model=Post
Example 2: laravel faker example
php artisan make:factory PostFactory
php artisan make:factory PostFactory --model=Post
php artisan make:factory PostFactory