jogesh_pi's avatar

Laravel Intervention image cache not working on server

I have stored all the uploaded images on storage_path('uploads/images') and added the path on config/imagecache.php file.

'paths' => array(
        storage_path('uploads/images'), 
        public_path('images')
),

Its working fine on local env but not on production server. When i tried to access the url domain.com/imagecache/large/15250675400.png its not displaying anything.

I tried to change storage/uploads/images folders permission as well, even i am not getting any error log. Is there anything i missed?

0 likes
1 reply

Please or to participate in this conversation.