Vano Devium
Vano Devium
@mitranim please look at #23
Yes, I see. > rjeczalik/notify supports recursive watch out of the box. This is exactly the main problem: it tries to read folders that are not accessible. It would not...
Oh, yes! I know this ability. But when I am coding, i don't know bucket name because it dynamically set by env variable. So I operate only with abstract disk...
Framework agnostic [laravel collections](https://github.com/tightenco/collect)
How about [jq](https://stedolan.github.io/jq/manual/) selectors? (NOT jQuery, jq! :)
Of course, I can extract bucket name from my adapter. But it is useless, imho
I wanna simply pass my disk and then library will work with this disk automatically. It will be nice if I can use **saveTo()** like: ``` Zip::create("archive.zip") // ... add...
Nice one `->saveTo('path/to/folder', 's3')`
Maybe I'll find time to dig into the code between missile alerts. Tnx!
I'm glad that you like it. With this code, I just showed that, in general, you can get rid of the old dependency and make your own internal implementation. If...