We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a247a3b commit 47f4f4eCopy full SHA for 47f4f4e
README.md
@@ -19,6 +19,12 @@ php artisan migrate
19
20
finally, paste ``` ShortUrl::routes(); ``` at the end of ``` routes/web.php ```
21
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
28
### Advanced configuration
29
30
Instead of adding ``` ShortUrl::routes(); ``` you can call three separates methods:
0 commit comments