d13r/laravel-breadcrumbs

Having issues initializing the config file.

ohdavey opened this issue · 2 comments

php artisan vendor:publish --provider='DaveJamesMiller\Breadcrumbs\BreadcrumbsServiceProvider'

In BreadcrumbsManager.php line 77:
                                                          
  Breadcrumb name "property" has already been registered  
                                                          
d13r commented

Sounds like an error in your code (routes/breadcrumbs.php) not a bug.

Thanks!