Laravel 5 file delete issue -


i have file in public/images/demo.jpg unable delete file::delete(public/images/demo.jpg) in windows. how solve issue.

try correct path:

file::delete(public_path('images/demo.jpg')); 

Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

php - Form validation is not working in codeigniter -

php - Check redirect from -