Ahmet Bora

Results 357 comments of Ahmet Bora

I found the issue: https://github.com/dwightwatson/breadcrumbs/blob/master/src/Breadcrumbs/Generator.php#L69 `$parameters` comes always `array` instead of `null`, so never can't get `$route->parameters`.

But still I can't use it with the model. Works with direct parameter: ````php Breadcrumbs::for('admin.products.edit', function ($trail, int $productId) { $trail->parent('admin.products'); $trail->add('Edit', route('admin.products.edit', $productId)); }); ````

I started a new project. So I didn't want to use a deprecated package. Hopefully, version 2.0 will be released soon 👀

Which version do you use?

I've released `2.0.0-rc.1` version that compatible with 3.7. Any testers would appreciate 💛 https://github.com/afbora/kirby-blade/releases/tag/2.0.0-rc.1

@wdebusschere Thanks for test and report! I think, you need to disable `e()` helper manually from root `index.php` ````php define('KIRBY_HELPER_E', false); ````

@wdebusschere Thanks for testing again. Pagination issue was related with Kirby and fixed on RC2 🙂

Got it, sorry, unfortunately this is an improvement should be in the Kirby core.