API for Lara 5 says that we have name method to Extract the file name from a file path. http://laravel.com/api/5.0/Illuminate/Filesystem/Filesystem.html
but Storage::name($file) is not working
I checked FilesystemAdapter.php and indeed didn't find name method there.
How do they write documentation???
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community