Native Laravel File Storage usage
Created 5 years ago by vargvinter

Hello,

I need to store some files in /storage/app not public location but I want use native Laravel functionality. I can't do that because Storage facade is bounded with Pyro's Files Module. How to omit this?

ryanthompson  —  4 years ago

You should be able to do this. Operation outside of a matched disk/location should not trigger the automation that we bind for. Are you running into any specific errors?