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
But if I want to switch my config to something like:
'src_dir' => storage_path().'/images/uploads',
'crops_dir' => storage_path().'/uploads/thumbs',
'path' => '^uploads/(?:thumbs/)?(.*)$',
Then I don't find any image.
The text was updated successfully, but these errors were encountered:
Is it possible to set a placeholder, if the image is not found?
My configuration works:
'src_dir' => storage_path().'/uploads',
'crops_dir' => storage_path().'/uploads/thumbs',
'path' => 'uploads/(?:thumbs/)?(.*)$',
But if I want to switch my config to something like:
'src_dir' => storage_path().'/images/uploads',
'crops_dir' => storage_path().'/uploads/thumbs',
'path' => '^uploads/(?:thumbs/)?(.*)$',
Then I don't find any image.
The text was updated successfully, but these errors were encountered: