envault/laravel

Envault configuration support for Laravel projects.


Keywords
configuration, laravel, envault, environment-variables
License
MIT

Documentation

Envault Laravel

Build Status Total Downloads Latest Stable Version License

Installation

composer require envault/laravel --dev

Setting up & updating an app

Log into your Envault server. Apps on your server provide you with a setup command similar to our example:

php artisan envault:setup example.com 9709.6FWxDd27jM5mv3pK

This command configures Envault in your Laravel app and updates its .env variables to match those stored on your server.

When an .env variable is updated online, you can pull the changes with the command:

php artisan envault:update

It's as simple as that!