- Reworked the withEnv file method to clean it up and attempt to fix the issue when reloading env file
- Revised readme
- Fixed / added docblocks
- Added getAddress public method
- Updated readme
- Changed
executable
configuration key tophp
to match named method
- Added a restart method
- Updated the banner art
- Renamed methods
- Added support for
.env
files
- Fix array_filter filtering out all env variables
- Change method name from
addEnvVars()
towithEnvVars()
to match configuration.
- Add method and configuration to allow the ability to add env variables to the array of env vars that will be passed to the process
- Add changelog
- Initial Release