Dwight Watson

Results 125 comments of Dwight Watson

Yeah - the package tries to be smart and sort out a label for you. Not a bad idea to have an option to create an input without an input....

`composer install` on the repo and you'll be able to use PHPUnit to run the test suite. If you want to test inside a Laravel app you can [define the...

Looks like it, the test suite can do with some work, I never got around to implementing it completely.

Hey, looks like the errors are only included when using the `checkboxes` method, not the standalone `checkbox` method. I'm not sure if this was intended or an omission. I've changed...

Hey, thanks for taking the time to put this together. I understand there can be a need to customise different parts of the "form-group" and this library doesn't expose great...

I think Laravel is interchangeable as far as PUT/PATCH goes, but PATCH has become preferred. Could look into swapping the default and making it adjustable in a future release.

Oh yeah, there's a semantic difference between the two HTTP methods, but Laravel tends to treat them the same (for example, I think the resource route sends both methods to...

Yeah, this package is better suited for horizontal forms, the vertical form support needs some work. The code would need to be adjusted to only create the surrounding `` for...

Yeah, named routes are limitation of the current version, but something I'd like to fix in an upcoming release (add actions and URLs as well). It's an interesting idea, it...

Like I mentioned in #16 the develop branch is working on a brand new release (see #8). It’s not yet available as a tagged release and won’t be until it’s...