Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify user-creation during installation #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rossjones
Copy link

The admin user was not created by following the documentation, and to get the admin user to appear, I had to run the db:seed command and provide the UserSeeder class.

This change clarifies that you should run that command.

@coreation
Copy link
Member

Thanks @rossjones! But normally on "post composer install" (check composer.json) the db:seed command is called. This command adds, amongst other things, users to the database. However when an install is called with --no-scripts as an option, or the user forgot to fill in his database config, this won't work.

Could you perhaps add an extra sentence that states something "if no users were added during the install, you should call ....."?

Thanks!

To get the admin user to appear, I had to run the db:seed command and provide the UserSeeder class - so this change clarifies that you should run that command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants