Jens Segers
Jens Segers
Just changing the `SIZE` will not do it. Probably the internal hash will overflow because it reaches the `PHP_INT_MAX` value. Either the implementations should generate bit strings, or use the...
I do prefer to keep support for both L4 and L5. But if it is too hard we could tag a new major release.
@rafelsanso @garygreen I have been looking into the PR's last night. At first I wanted to keep supporting 4.x, 5.0 and 5.1. But after writing some code I kind of...
Guys, I want your opinion. Do you think it would be a good idea to integrate Google Analytics for stats tracking?
I had a lot of issues integrating it with GA @rafelsanso. Can you show me a screenshot of what the reporting looks like with the `ga('send', 'event', 'experiments', 'homepage', 'text1');`....
You can send it to hello at jenssegers.be
Replace the at with @ and remove the whitespaces :p
Laravel 5 is already supported.
I will look into it when I can find some spare time :)
Yeah indeed. The middleware might be useful for Laravel 5, but will break Laravel 4 compatibility though. Or we could just create a new major version and make it Laravel...