1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 16:50:07 +02:00

Merge pull request #1091 from jaircuevajunior/jaircuevajunior-patch-1

Add support to equal sign - '=' - on URL
This commit is contained in:
Oliver Vogel
2021-07-06 15:33:27 +02:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ class ImageServiceProviderLaravelRecent extends ServiceProvider
// imagecache route
if (is_string(config('imagecache.route'))) {
$filename_pattern = '[ \w\\.\\/\\-\\@\(\)]+';
$filename_pattern = '[ \w\\.\\/\\-\\@\(\)\=]+';
// route to access template applied image file
$app['router']->get(config('imagecache.route').'/{template}/{filename}', [