Tuesday, April 11, 2017

Return file name with laravel 5.4

I want to return the files names of a dir called public/uploads. I used Storage::allFiles and Storage::files, but only return an empty array.



via Matheus Ferreira

Advertisement