Skip to content

Commit 47f4f4e

Browse files
committed
Add a configuration section
1 parent a247a3b commit 47f4f4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ php artisan migrate
1919

2020
finally, paste ``` ShortUrl::routes(); ``` at the end of ``` routes/web.php ```
2121

22+
## Configuration
23+
24+
Laravel Short Url configuration file could be found on ``` config/shorturl.php ```
25+
26+
-- **blacklist** : Allows to blacklist urls. Keywords can be either an url, a keyword or an extension
27+
2228
### Advanced configuration
2329

2430
Instead of adding ``` ShortUrl::routes(); ``` you can call three separates methods:

0 commit comments

Comments
 (0)