d13r / laravel-breadcrumbs

Please see the Diglactic fork.
https://github.com/diglactic/laravel-breadcrumbs
2.34k stars 416 forks source link

Having issues initializing the config file. #169

Closed ohdavey closed 6 years ago

ohdavey commented 6 years ago
php artisan vendor:publish --provider='DaveJamesMiller\Breadcrumbs\BreadcrumbsServiceProvider'

In BreadcrumbsManager.php line 77:

  Breadcrumb name "property" has already been registered  
d13r commented 6 years ago

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

ohdavey commented 6 years ago

Thanks!