- tested on Laravel 7.x
- tested on Laravel 6.x
- tested on Laravel 5.5 - 5.8
- rewrote EnvRoute\Bootstrap\LoadEnvironmentVariables to be a subclass of Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables and simplify operation by augmenting the functionality of function checkForSpecificEnvironmentFile to identify our route based env
- general code cleanup
- tied this version of Laravel 5.5 in composer.json
- should now be compatible with Laravel v5.4+
- added support for loading aliases
- added service provider and configuration for defining service providers to be loaded for a specific environment
- first version - environment detection and loading