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 b61b458 commit 4aad7baCopy full SHA for 4aad7ba
README.md
@@ -18,3 +18,10 @@ php artisan migrate
18
```
19
20
And that's all. Laravel short url is now set up on your homepage.
21
+
22
+## Configuration
23
24
+Laravel Short Url configuration file could be found on ``` config/shorturl.php ```
25
26
+- **route_form_prefix** : Prefix the form to shorten an url
27
+- **route_redirect_prefix** : Prefix the code of the short url
0 commit comments