breadcrumbs icon indicating copy to clipboard operation
breadcrumbs copied to clipboard

Breadcrumbs for Laravel, made easy.

Results 4 breadcrumbs issues
Sort by recently updated
recently updated
newest added

Because Laravel 6 is the current Long Term Support (LTS) version Reference: https://laravel.com/docs/8.x/releases#support-policy

This PR is working on a new major release of breadcrumbs, supporting the later versions of Laravel with a brand new API. It'll take advantage of the new improvements in...

The latest release (1.1.0) does not seem to work with Laravel 7. However, dev-master does. Do you plan to do a release with Laravel 7 support soon? Many Thanks.

I'm getting error on `dev-master` like that (using nwidart modules): > Too few arguments to function Modules\Core\Providers\RouteServiceProvider::{closure}(), 1 passed and exactly 2 expected ````php Breadcrumbs::for('admin.products', function ($trail) { $trail->parent('admin.dashboard'); $trail->add('Products',...