dotenv-connector
dotenv-connector copied to clipboard
Makes values from a .env file available as environment variables for composer based projects
Hi Helmut, i am using Typo3 v. 11.5.10 with composer v. 2.3 & php 7.4 and I noticed that no dotenv-include.php file is created. As a result, the .env file...
Hi Helmut First of all, thx for sharing *again* awesome code with TYPO3 community. It is very valuable. Using symfony framework (and symfon/flex), I see performance benefits on production system...
Add test environment 8.1, 8.2 and 8.3
See https://github.com/helhum/dotenv-connector/pull/42
The path to file `dotenv-include.php` is an absolute path. Composer use an hash to the file for the include. So the hash changes for different paths. This is very common...
Add an adapter to load the result and a section to the readme on how to use it.