8000 Release Add support for loading .local files · adonisjs/env · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for loading .local files

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 02 Nov 09:51
· 93 commits to develop since this release

The EnvLoader class now uses the same conventions as Symfony and Ruby DotEnv to load a total of 4 .env files inside all the environments.

The files are returned inside an array ordered by their priority.

Commits

  • refactor: update parser options 83c2452
  • feat: add support for loading .local files 23cc322

v4.0.0-2...v4.0.1-0

0