comocode / laravel-ab

Laravel 5 A/B experiment testing using with Blade
https://packagist.org/packages/comocode/laravel-ab
MIT License
31 stars 14 forks source link

Blade Directives not detected, Laravel 5.4 #16

Open bfblackjack opened 7 years ago

bfblackjack commented 7 years ago

I have the same issue as #11, except I am using Laravel 5.4

This package doesn't seem to work as it isn't executing the experiment what-so-ever due to failing blade directives. I can see all of the blade directives as rendered text on the page/view, which obviously shouldn't be the case.

Please advise.

iredmedia commented 7 years ago

Seems to be working for me in 5.4.

I used composer require comocode/laravel-ab:dev-master as it appears they haven't tagged the recent changes.