d13r / laravel-breadcrumbs

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

After execute the publish command, the config file not appear #177

Closed erotundo closed 6 years ago

erotundo commented 6 years ago

Hi!

After install and run the publish command for Laravel 5.4.x i get the message "Publish complete" but in app.php file into config folder not appear the lines to register the Facade and ServiceProvider. The breadcrumbs configuration file not generated into config folder.

If i try to install manually the service provider i get the error in line 221 of Facade with the message Manager::for() it's undefined

Regards

ER

d13r commented 6 years ago

It sounds like you're trying to follow the instructions for Laravel Breadcrumbs 5.1.0, but you must have an older version installed because the last version that was compatible with Laravel 5.4 is Laravel Breadcrumbs 3.0.3.

https://github.com/davejamesmiller/laravel-breadcrumbs/tree/3.x