The app/Models/User.php class should `use HasFactory`. Right now the `artisan db:seed` command errors out because it can't find the user factory to create the example user when seeding.
The app/Models/User.php class should
use HasFactory.Right now the
artisan db:seedcommand errors out because it can't find the user factory to create the example user when seeding.