An .env sharing tool for your whole team.
Envault
Envault is a tool to share .env secrets.
It lets you manage and sync your entire team’s local .env files, across all your projects, so you’re all kept up to date with the latest changes.
Simply install Envault onto your own web server and you're ready to sync all your projects.
Interested? Click here to watch a demo of the app.
Envault is built on the Laravel PHP framework. This makes installation very simple.
composer update..env.example to .env.APP_KEY in your .env by running php artisan key:generate in the terminal.APP_URL in .env matches the address of your Envault server..env file.php artisan migrate to prepare your database..env file.php artisan schedule:run every minute. For more details, please refer to the Laravel documentation.We also have installation guides for specific platforms like Laravel Forge and Laravel Vapor.
After you update Envault from this repository, please run the following commands on your server. If you're using a platform like Laravel Forge, these can be added to your deploy script:
composer install
php artisan migrate
php artisan view:cache
php artisan queue:restart
If you spot a bug with Envault, please submit a detailed issue, and wait for assistance.
If you have a question or feature request, please start a new discussion.
If you discover a vulnerability within Envault, please review our security policy.
No open issues yet, or sync has not completed.