You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
ImageServiceProviderLaravel5
if (is_string(config('imagecache.route'))) {
$filename_pattern = '[ \w\.\/\-\@()]+';
// route to access template applied image file
$app['router']->get(config('imagecache.route').'/{template}/{filename}', [
'uses' => 'Intervention\Image\ImageCacheController@getResponse',
'as' => 'imagecache'
])->where(['filename' => $filename_pattern]);
} I have a normal image cache on the local environment homestead, but reported a 404 error on the centos7.1 system.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ImageServiceProviderLaravel5
if (is_string(config('imagecache.route'))) {
$filename_pattern = '[ \w\.\/\-\@()]+';
// route to access template applied image file
$app['router']->get(config('imagecache.route').'/{template}/{filename}', [
'uses' => 'Intervention\Image\ImageCacheController@getResponse',
'as' => 'imagecache'
])->where(['filename' => $filename_pattern]);
}
I have a normal image cache on the local environment homestead, but reported a 404 error on the centos7.1 system.
The text was updated successfully, but these errors were encountered: