edofre/laravel-breadcrumbs

A simple Laravel-style way to create breadcrumbs in Laravel 4+.

V4.0.0 2017-06-15 07:50 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:41:24 UTC


README

A simple Laravel-style way to create breadcrumbs in Laravel 5.

(If you are still using Laravel 4.0 to 4.2 please use the 2.x version of Laravel Breadcrumbs instead.)

THIS PACKAGE IS NO LONGER MAINTAINED

Short Version

  • You're welcome to keep using Laravel Breadcrumbs, but
  • No support requests will be answered
  • No bugs will be fixed
  • No pull requests will be merged
  • Feel free to fork it and maintain it yourself

Why?

I originally built Laravel Breadcrumbs in May 2013 when I was just learning Laravel (Laravel 4 was still in beta at the time). I decided to release it as a package mostly just to learn how packages worked in more detail.

Over time it became reasonably popular (381k installs, 757 stars, Page 1 of Packalyst Most Popular), and people started opening issues requesting support and additional features. I've always tried to be helpful and provide support, and for the last 18 months I have been planning to dedicate some time to merging all the open pull requests, implementing the feature requests and updating/rewriting the documentation... But finally I realised I no longer have the motivation needed for it.

So rather than quietly abandoning it and leaving users wondering what happened, I've decided to officially announce that the package is no longer maintained.

(To be clear, you are welcome to keep using it - just don't expect me to fix it if it breaks. That includes when new Laravel versions are relased.)

Forking It

Laravel Breadcrumbs is released under the MIT License, which means you are free to create your own fork (whether for your own use or for anyone to use) as long as you retain the copyright notices.

The documentation includes some instructions that may help if you haven't done that before.

I'm not planning to hand over control of this repo to anyone else (as it is in my name), but if anyone decides to create a fork that they are willing to support and maintain, please email me and I'll add a link to this page. You can also use issue #137 to discuss it among yourselves.

If you do commit to supporting your fork, you should be aware that writing code to solve your own problems is the easy bit - the tricky bits include:

Known Bugs

I'm only aware of 1 outstanding bug:

As a workaround, either name your routes or wrap it in a try/catch block.

Open Pull Requests

Thanks to the people who opened these PRs. I'm sorry I won't be able to merge them. Maybe if someone creates a fork they would be good enough to review them:

Open Requests

Other Suggestions for Forks

  • The documentation needs updating to recommend using ->name('name') instead of ['as' => 'name'] in routes (since Laravel 5.3)
  • I was considering rewriting the documentation to make Route-bound breadcrumbs the standard instead of an after-thought, with a better explanation of how explicit and implicit binding work, since these seem to be things people get stuck on
  • You will need to set up accounts on Packagist for package delivery and Read the Docs for documentation
  • You might also want to set up Travis CI and Coveralls - there are already config files for them in the repo

Documentation

View documentation >>

Copyright © 2013-2015 Dave James Miller. Released under the MIT License.