How do I can search through uploaded files with Laravel by pattern?
I tried Storage::files('uploads/daisjdas09js_*')
do not works
I know, i can get all files as array and then filter out, also i can each upload register to database and then search from database.
Is worth it create table? Or array filter do not takes to much memory?
Laravel version is 5.3