laracasts / Lets-Build-a-Forum-in-Laravel

http://laracasts.com/series/lets-build-a-forum-with-laravel
915 stars 309 forks source link

About Storage Drivers #53

Open chirukinbb opened 3 years ago

chirukinbb commented 3 years ago

Hi, i uploaded images to google drive by this method https://awesomeopensource.com/project/ivanvermeyen/laravel-google-drive-demo to get it image on ppage i must get url to it but GD find files by id code $avatarPath = $request->file('avatar')->store(null,'google'); returned name of uploading file

Question: does Laravel have possibility to switch name to id to returned? ask because i find object in library but not find where extracted name from this object