Michael Woodward

Results 13 comments of Michael Woodward

I'm not sure what you could pass through, as I'm not actually sure what's available at that point. But looking at it, there doesn't seem to be any benefit as...

Regardless if many people are using it, it is still a BC break so would need a major version bump if removed. Looking at Packagist there's currently been 6,000+ installs...

Yup that sounds like a fair use case, although at a glance I'm not sure how easy it would be to implement. Maybe [at this point](https://github.com/hassankhan/config/blob/master/src/Config.php#L65) passing `$this->data` into the...

Looked into this a bit more. Passing it through as mentioned works fine. But the more I look at it I question the use case. Config is ideally static data...

Hey @underdpt Sounds promising, I'm not 100% sure what else might need refactoring to support windows but I'd be interested to see if that gets over any initial hurdles. I...

Relating to this is there a way to (on a single field) render the label after the input field? (specifically a checkbox in my case) In a previous form system...

@ljharb I'd have to disagree there, thats why there are for attributes http://webaim.org/techniques/forms/controls#checkbox Also my checkbox using form.toHTML() renders the checkbox and label completely separate, with the label first although...

Theres nothing wrong with having labels and checkbox inputs separate, all wrapping will do is bridge the tiny gap between the two and make that area clickable. I'm not against...

Hi @MaxMelcher thank you for taking the time to report this, we can definitely improve our test coverage here to ensure this package is handling this correctly. I've taken some...

hey @tdutrion thanks for getting involved 😄 Currently no preference on the library to use, Symfony's looks nice and comes with the array loader so we could have it in...