Looks like it starts to throw errors as soon as an email address from the Faker package is used again due to email addresses needing to be unique according to Flarum yelling at me 🙁
Illuminate\Database\QueryException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'ykonopelski@example.net' for key 'users_email_unique' (SQL: insert into
users(
email,
username,
is_email_confirmed,
joined_at) values (ykonopelski@example.net, ltillman, 1, 2019-08-28 15:36:23)) in C:\wamp64\www\b81.local\vendor\illuminate\database\Connection.php:664
I LOVE this extension btw 😃 easy to use for extension development purposes hands down 🙌