Created options to enable redirection to external page when short code is not found

This commit is contained in:
Alejandro Celaya
2018-11-03 11:37:43 +01:00
parent 95d4cde649
commit 3eddacdff8
6 changed files with 51 additions and 95 deletions

View File

@@ -13,6 +13,10 @@ return [
],
'shortcode_chars' => env('SHORTCODE_CHARS', UrlShortener::DEFAULT_CHARS),
'validate_url' => true,
'not_found_short_url' => [
'enable_redirection' => false,
'redirect_to' => null,
],
],
];