soarecostin / file-vault

A Laravel package for encrypting and decrypting files of any size
MIT License
184 stars 63 forks source link

Can I inject config to constructor? #12

Open mikkame opened 3 years ago

mikkame commented 3 years ago

I want change key and disk to dynamically. Effect to FileVault/constructor and FileVaultServiceProvider/register. A few modifications will improve many conveniences.

mikkame commented 3 years ago

For reference, I created a pull request.