There are wrong method parameters listed for the Breadcrumbs::before() and Breadcrumbs::after() methods in the "Defining breadcrumbs" section inside the project README.md
Breadcrumbs::before('name', function (BreadcrumbsGenerator $trail) {}
Breadcrumbs::after('name', function (BreadcrumbsGenerator $trail) {}
Argument 1 passed to DaveJamesMiller\Breadcrumbs\BreadcrumbsManager::before() must be callable, string given, called in .../vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 221
There are wrong method parameters listed for the
Breadcrumbs::before()
andBreadcrumbs::after()
methods in the "Defining breadcrumbs" section inside the project README.mdExpected
Listed