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

mysql - How to unscape text from database in android studio -

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

Making CSS Drop Down Menu 2 Columns -