gitextract_g6gyxadn/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .scrutinizer.yml ├── .styleci.yml ├── .travis.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json ├── config/ │ └── config.php ├── phpunit.xml.dist ├── src/ │ ├── Facades/ │ │ └── FileVault.php │ ├── FileEncrypter.php │ ├── FileVault.php │ └── FileVaultServiceProvider.php ├── storage/ │ └── app/ │ └── .gitignore └── tests/ └── FileVaultTest.php