Hassan Khan
Hassan Khan
+1 is there something preventing this PR from being merged? Would love to see it in a release 😄
I somewhat agree, if the library shouldn't sanitise, then it could at least throw some sort of validation error?
Hi @kekenec, thanks for the PR! Just curious as to whether there was a specific reason for changing the QCNs in the test files?
Hi @intco, thanks for the detailed response and for posting your findings. I haven't had the chance to properly look, but I think those failing test cases are mainly due...
Hi, I was thinking of some sort of integration with [phpdotenv](https://github.com/vlucas/phpdotenv) but I'm not quite sure how. Do you have any examples of how you'd like to use it?
This seems a bit overkill for this package, because (AFAIK) we'll have to check the value of each configuration value to see if it matches an environment variable. I hope...
Just an update, this can be done in PHP using the [dotenv](https://github.com/vlucas/phpdotenv) package - still not sure about other file formats though
My only worry with this is that it would require another dependency, and I'm not sure if it's something most users want (I could be completely wrong though). Could we...
I guess a use-case would be if you wanted to determine certain config parameters ahead-of-time, say you want to check for an extension, and then set a config value to...
Hmm, actually you do make a very good point. I'm not sure how many people use callable functions as their config packages, I've personally never used them. What would you...