barnebys / now-env
Use 'now.json' environment variables while developing
v0.0.1
2019-03-26 21:24 UTC
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-27 11:14:00 UTC
README
Use now.json
environment variables while developing your PHP applications to be deployed on Now.
Installation
All you need to do is to install the package as a dev dependency. We will autoload and parse the configuration files.
composer require barnebys/now-env --dev
How to use secrets
See Zeit's documentation on the node version of now-env
.