Gary Green

Results 125 comments of Gary Green

As you say, Intervention can still be used as an optional thing though. So if you do have Imagick installed on your server you can install Intervention and use that...

There's a number of issues with this PR, like the console commands, tests. Also I don't think @jenssegers would like to remove support for L4. I've already got both L4...

@jenssegers sounds good to me. You could use my PR as a base and strip out some L5 specific stuff (mainly the `Helpers`). I think using `Config` stuff inside `Tester.php`...

Makes sense to me. I assume it will be optional?

@jenssegers any idea on support for Laravel 5? Was looking for a A/B split testing package this seems perfect...but no Laravel 5 support :-(

I can do a PR if your interested? Should be pretty straight forward adding support really... In an ideal world, I think this a/b split testing is a perfect case...

It's really easy with the config loading. Your just make a call to [`$this->mergeConfigFrom(...)`](http://laravel.com/docs/master/packages#configuration) coupled with a `$this->publishes()` for the config file. The middleware thing could just be a usage...

That may allow the select to be focussed, but if your trying to get the select menu to open then that's not possible

Dominar doesn't check what response from the server is at all, it's down to the user to call `passes()` ``` javascript Dominar.Validator.registerAsync('username_taken', function (username, attribute, parameters, passes) { $.get(url, {...

Can you setup a fiddle or repo I can check? On 26 Nov 2015 19:41, "vlascik" [email protected] wrote: > It would be useful I guess, but at the moment I'm...