Kodeine
Kodeine
@CptMeatball @kristofvandam @thespacebean @kaju74 please try version ~1.0 and let me know . thanks
@andreiculda can you try this function on laravel 5.0 ``` php protected function registerBladeExtensions() { $blade = $this->app['view']->getEngineResolver()->resolve('blade')->getCompiler(); $blade->extend(function ($view, $compiler) { $pattern = $compiler->createMatcher('role'); return preg_replace($pattern, ' ', $view);...
@andreiculda i've pushed some changes for blade, it will support 5.0 and on wards now.
@andreiculda hmm its weird, works fine for me. Can you please paste me your model and code so i can take a look and replicate the code locally and try.
@DamPe88 @moransk8 i'll take a look. meanwhile if you found a fix, please post a PR. Thanks
@haruncpi were you able to solve the issue?
@konovalov-nk is it backwards compatible because i see u merged this into 1.0, based on #181 i think we had to merge this into master and then release version 2...
@konovalov-nk can you PR this for master branch so we can merge it with master for v2?
@Zyles i will work on it this weekend.
@lycha i'll be working on it after some fixes. so its in todo but it will happen sooner now :)