I want to install https://github.com/davejamesmiller/laravel-breadcrumbs on Laravel 5.4.
The link above is for Laravel 5.5. (package version 4.x)
So I go to https://github.com/davejamesmiller/laravel-breadcrumbs/tree/3.x for package version 3.x but I can see that it recommends to install package the same way as it's installed for L 5.5. via:
composer require davejamesmiller/laravel-breadcrumbs
when I run this, I got a mistake:
Anybody can help me on how to install it's version 3.x?
Thanks in advance!
UPD: I see the package's author also created a separate for for 3.x version here: https://github.com/maddhatter/laravel-breadcrumbs but I still don't understand how to install it for Laravel 5.4....