I have multi folders contains images under public folder:
'paths' => array(
public_path('assets/hotels'),
public_path('assets/rounds'),
public_path('assets/posts'),
public_path('assets/tourists'),
public_path('files/shares'),
),
My issue in config/imagecache.php in route,
If i write 'assets/hotels', filters work with hotels folder images only.
If i write 'assets/rounds', filters work with rounds folder images only.
How I can make filter work with all folders images?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire