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

Does not work with Laravel 5.2 #11

Closed deviloflaplace closed 7 years ago

deviloflaplace commented 7 years ago

I've tried this on Laravel v5.2 and Blade directives are not detected. Upon looking at source code I found that Laravel changed how directives are extended between two versions.

Do you have any plans to update this code base?

82rules commented 7 years ago

Yes I plan on keeping this package up to date, thanks for bringing this to attention. I won't be working on it directly in the next few days so if you happen to find a solution feel free to PR it otherwise I'll take a look by weeks end.

82rules commented 7 years ago

@deviloflaplace I tested against 5.2 and 5.2.31 and integration worked normally,do you have a specific error or steps to replicate I can look at?