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 -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -