Closed eschricker closed 2 years ago
Fixed the env-helper-trait to replace values in .env file using regex
preg_replace is used instead of str_replace to support regex.
preg_replace
str_replace
CHANGELOG.md
Look good, I believe it doesn't need test, or we should cover it too?
This is now part of 2.0.0-RC1. If you have time and can give it a spin before we push out 2.0.0, that would be great!
Fixed the env-helper-trait to replace values in .env file using regex
Description
preg_replace
is used instead ofstr_replace
to support regex.Checklist:
CHANGELOG.md