describe how to create user
This commit is contained in:
parent
811056d901
commit
83f9f680f8
1 changed files with 7 additions and 1 deletions
|
@ -62,7 +62,13 @@ symfony serve --port 8080 --no-tls -d
|
||||||
|
|
||||||
You sholud be able to access the site under [localhost:8080](http://localhost:8080)
|
You sholud be able to access the site under [localhost:8080](http://localhost:8080)
|
||||||
|
|
||||||
### 6. Watch files
|
### 6. Create a user
|
||||||
|
Go to the database and add a user manually. For the password use this to generate the appropriate hash:
|
||||||
|
```
|
||||||
|
symfony console security:encode-password
|
||||||
|
```
|
||||||
|
|
||||||
|
### 7. Watch files
|
||||||
If you are editing `.scss` or other webpack files, you'll want to run
|
If you are editing `.scss` or other webpack files, you'll want to run
|
||||||
```
|
```
|
||||||
yarn watch
|
yarn watch
|
||||||
|
|
Reference in a new issue