Skip to content

Commit 9aa169a

Browse files
committed
Add screenshots to README
1 parent 8fbc65b commit 9aa169a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Shielding a staging or demo website from the public usually involves setting op
1313

1414
It doesn't have to be!
1515

16-
By installing StageFront with composer, adding the middleware and setting 3 variables in your `.env` file you are ready to go. As you will discover below, you also have a bunch more options available.
16+
By installing StageFront with composer, adding the middleware and setting 3 variables in your `.env` file you are ready to go. As you will discover below, you also have a bunch more options available.
17+
18+
![Login Screen](screenshot-login.png)
1719

1820
## Requirements
1921

@@ -118,6 +120,8 @@ If you want to include a different partial for other throttled pages, you can ch
118120

119121
Text in this view can be changed via the [translation files](#translations-and-views).
120122

123+
![Throttle Screen](screenshot-throttled.png)
124+
121125
## Ignore URLs
122126

123127
If for any reason you wish to disable StageFront on specific routes, you can add these to the `ignore_urls` array in the [configuration file](#publish-configuration-file). You can use wildcards if needed. You can't set this in the `.env` file.

screenshot-login.png

88.7 KB
Loading

screenshot-throttled.png

84 KB
Loading

0 commit comments

Comments
 (0)