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

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

python - Pygame screen.blit not working -

c# - Web API response xml language -