mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 00:29:55 +02:00
Merge pull request #1091 from jaircuevajunior/jaircuevajunior-patch-1
Add support to equal sign - '=' - on URL
This commit is contained in:
@@ -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}', [
|
||||
|
Reference in New Issue
Block a user