- Updated the default CME config to be in line with the Craft 3 version, in terms of the
custom
sub-array - Updated the
.gitignore
for popular editors
- Handle load balancing and shared environments better via a check for
HTTP_X_FORWARDED_PROTO
in the protocol - General code cleanup
- Refactored the
example.env.php
to set theCRAFTENV
vars in an array, and auto-prefix them programatically - Updated README.md
- Added
CRAFTENV_CRAFT_ENVIRONMENT
so that theCRAFT_ENVIRONMENT
constant is set via.env.php
- Renamed
env
tocraftEnd
, accessible via{{ craft.config.craftEnv }}
- Added an example Forge configuration in
forge-example
- Updated README.md
- Added the
env
variable togeneral.php
, accessible via{{ craft.config.env }}
- Updated README.md
- Added support for
CRAFTENV_SITE_URL
- Clarified the usage for
CRAFTENV_BASE_URL
&CRAFTENV_BASE_PATH
- Updated README.md
- Initial release