I changed these line in the config file:
'route' => 'imagecache',
'paths' => array(
storage_path('app/images'),
),
The url that I tried is like this: localhost:3500/imagecache/original/{file_name}And leave everything else the same So are there any steps that I'm missing? Thank you
via Le Dinh Nhat Khanh