I want to compress folder and it's content in Laravel project into gzip archive with highest possible compression level.
storage_path().'myFolder'
It's not meant to be transferred over HTTP so please don't get confused with server response gzip compression.
I just want an archive but didn't find info whether Laravel has any tool for the prurpose, any ideas?