I'm trying to delete a photo with Laravel 5.
Storage::delete( asset('/uploads/slides/abcd.jpg'));
Its returning this error:
FileNotFoundException in Filesystem.php line 428:
File not found at path: http:/localhost:8000/uploads/slides/abcd.jpg
If I copy and paste the path in the browser it opens the file so the file really exists. Whats wrong?