All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds support for PHP 8
- Added a
unset
method to allow the possibily to remove a property defined in the .env file. (#5)
- Issue parsing Laravel
APP_KEY
(#4)
- Write method returns a
bool
(#2) InvalidArgumentException
gets thrown if theload
path does not exist (#2)
Initial release