Tag: laravel-faker

How to add unique email in Laravel Faker

Imagine that, you have a __UserFactory__ in laravel project where the email address is `unique`. In general, you can easily add generate an email with faker like this way.