Add default user/pass info for dev environment

This commit is contained in:
Nabeel Shahzad
2017-12-03 12:25:05 -06:00
parent 83cc5111b6
commit 9bad6ce47a

View File

@@ -38,7 +38,9 @@ server {
## development environment
For development, copy the included `.env.example` to `.env` file. By default, it uses sqlite
instead of mysql. This makes it much easier to be able to clear the database and new fixtures.
instead of mysql. This makes it much easier to be able to clear the database and new fixtures.
The default username and password are "admin@phpvms.net" and "admin". To see the available users in the development environment, [see this file](https://github.com/nabeelio/phpvms/blob/master/database/seeds/dev.yml#L10)
### makefile commands