Mike Harrison
Mike Harrison
@mlanin added :)
@mlanin looks like for some reason the `$this->json()` method is returning the standard `Illuminate\Http\Response` type instead of the `TestResponse`, which makes sense why it can't find the `assertJsonMissingExact()` method. Did...
Can we include this version requirement of laravel in composer.json then? The copy I have installed v5.7.28.
> But this package supports 5.4 version. Your PR is really good, please, adjust your test and I'll merge it asap :) I've updated the `composer.json` to use version of...
I'm having the same issue - I would use the `validations(){}` format but the `$each` property is not an array or array-accessible inside that function. Also I need to go...
I need to be able to customize each instance of the children of the `$each` property. See this example: ```javascript validations() { let condition = true, vals = { name:...
Approaching it the right or wrong way could be argued...but not so worried about that. We have a very complex regulation system with each of the 50 states having different...
It is a mess any way you slice the pie...lol. Sounds good - to solve your example @MadsBrink here you go: ```javascript Vue.use(window.vuelidate.default) const { required, requiredIf } = window.validators...
Yea - I hadn't tested the other ones so wasn't sure what to post here but figured they could all be annotating the wrong return type.
Does anyone know how to go from IRenderedFragment to IElement? Trying to assert css styles and `ComputeCurrentStyle` only exists on `IElement`