You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ Laravel will automatically register the `ServiceProvider`.
34
34
35
35
Set some options in your `.env` file or publish the [configuration file](#publish-configuration-file).
36
36
37
+
See an [example .env file](.env.example).
38
+
37
39
Enable StageFront and choose a login and password:
38
40
39
41
| Option | Type | Default |
@@ -52,13 +54,13 @@ You can generate this using Laravel's `bcrypt('your password')` function.
52
54
53
55
If you have existing users in the database and want to use those credentials, you can set `STAGEFRONT_DATABASE` to `true`. The above settings will then be ignored.
If you want to grant access to just a few of those users, you can whitelist them by setting `STAGEFRONT_DATABASE_WHITELIST` to a comma separated string: `'john@doe.io,jane@doe.io'`.
0 commit comments