mirror of
https://github.com/Intervention/image.git
synced 2025-08-29 08:40:33 +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
|
// imagecache route
|
||||||
if (is_string(config('imagecache.route'))) {
|
if (is_string(config('imagecache.route'))) {
|
||||||
|
|
||||||
$filename_pattern = '[ \w\\.\\/\\-\\@\(\)]+';
|
$filename_pattern = '[ \w\\.\\/\\-\\@\(\)\=]+';
|
||||||
|
|
||||||
// route to access template applied image file
|
// route to access template applied image file
|
||||||
$app['router']->get(config('imagecache.route').'/{template}/{filename}', [
|
$app['router']->get(config('imagecache.route').'/{template}/{filename}', [
|
||||||
|
Reference in New Issue
Block a user