Hi, I am using intervention and want to implement the 'URL based image manipulation' for images. I wonder if it's possible to define a path and tell 'intervention' to search for the image at the subfolders too? I have many folders at the \images and i want to include them with something like this:
'paths' => array(
public_path('images\*.*'),
),
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community