Skip to content

Commit 3e48bab

Browse files
Jamesking56ivanvermeyen
authored andcommitted
Fix anchor links that were broken by emoji (#3)
1 parent 9eb5d02 commit 3e48bab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Now you just need to set some `.env` variables and you are up and running!
6161

6262
## ⌨️ Quick Setup
6363

64-
Set some options in your `.env` file or publish the [configuration file](#publish-configuration-file).
64+
Set some options in your `.env` file or publish the [configuration file](#-publish-configuration-file).
6565

6666
See an [example .env file](https://github.com/codezero-be/laravel-stagefront/blob/master/.env.example).
6767

@@ -149,7 +149,7 @@ You can change the URL by setting this option:
149149

150150
It runs under the `web` middleware since it uses the session to keep you logged in.
151151

152-
You can change the middleware if needed in the [configuration file](#publish-configuration-file).
152+
You can change the middleware if needed in the [configuration file](#-publish-configuration-file).
153153

154154
#### ☑️ Throttle Login Attempts
155155

@@ -177,13 +177,13 @@ If you want to include a different partial for other throttled pages, you can ch
177177
@endif
178178
```
179179

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

182182
![Throttle Screen](screenshots/screenshot-throttled.png)
183183

184184
#### ☑️ Ignore URLs
185185

186-
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.
186+
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.
187187

188188
For example:
189189

@@ -242,7 +242,7 @@ php artisan vendor:publish --provider="CodeZero\StageFront\StageFrontServiceProv
242242
243243
## 📏 Laravel Debugbar
244244

245-
Laravel Debugbar will be disabled on the StageFront routes automatically if you use it in your project. This will hide any potential sensitive data from the public, if by accident Debugbar is running on your staging site. You can disable this feature by editing the `middleware` option in the [configuration file](#publish-configuration-file).
245+
Laravel Debugbar will be disabled on the StageFront routes automatically if you use it in your project. This will hide any potential sensitive data from the public, if by accident Debugbar is running on your staging site. You can disable this feature by editing the `middleware` option in the [configuration file](#-publish-configuration-file).
246246

247247
## 🚧 Testing
248248

0 commit comments

Comments
 (0)