When running php bin/console bolt:setup, it's asking you to fill in a username, password, email and display name. Email is not required, but if you leave this blank, the fixtures won't be installed and gives you a unclear error description:
Argument 3 passed to Bolt\Repository\UserRepository::factory() must be of the type string, null given, called in C:\Users\Dennis\PhpstormProjects\test-embed\vendor\bolt\core\src\Command\AddUserCommand.php on line 213 .
When running
php bin/console bolt:setup, it's asking you to fill in a username, password, email and display name. Email is not required, but if you leave this blank, the fixtures won't be installed and gives you a unclear error description:Argument 3 passed to Bolt\Repository\UserRepository::factory() must be of the type string, null given, called in C:\Users\Dennis\PhpstormProjects\test-embed\vendor\bolt\core\src\Command\AddUserCommand.php on line 213.