PackageTrack
Sign in Get early access

tabuna/breadcrumbs

An easy way to add breadcrumbs to your Laravel app.

5.0.0 3.8M downloads/mo #2796 most downloaded on Packagist tabuna/breadcrumbs

What this package is like to depend on

Last release 4 months ago

30 Mar 2026

Release timing varies

gaps range from 2 weeks to 13 months

Some releases are documented

notes for 10 of 23 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

23 releases · first in 2020

2 releases in the last 12 months

see the full history below

Release timeline

22 releases · Apr 2020 to Mar 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 23
  1. 5.0.0 30 Mar 2026
    Release notes

    ✨ New Features

    • Named parameter resolution for breadcrumbs
      Breadcrumb closures now support resolving parameters by name via Laravel’s container (app()->call()), removing dependency on positional arguments.

      ->breadcrumbs(fn (Trail $trail, Post $post) =>
          $trail->push($post->title, route('post', $post->id))
      );
    • Note parameters resolved by name
      Internal improvements ensure note parameters are consistently resolved using named bindings.

    🧪 Testing & Quality Improvements

    • 100% Mutation Testing Coverage (MSI) achieved
      Significant improvements to test suite robustness and reliability.

    • Added test coverage for:

      • Blade component registration
      • Macro overwrite protection (hasMacro guard)
      • Fluent return behavior of breadcrumbs() macro
      • Breadcrumbs::has() with explicit route names
      • Exception handling in Registrar::get() for missing definitions
      • Isolation of generate() from current route parameters
      • Cleanup behavior in BreadcrumbsMiddleware::forgetParameter
    • Refactored:

      • Trail::call() visibility changed from protected → private to enforce stricter encapsulation

    Full Changelog: 4.4.0...5.0.0

    Open source →
  2. 4.4.0 18 Mar 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 4.3.0...4.4.0

    Open source →
  3. 4.3.0 25 Feb 2025
    Release notes

    What's Changed

    Full Changelog: 4.2.1...4.3.0

    Open source →
  4. 4.2.1 26 Nov 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 4.2.0...4.2.1

    Open source →
  5. 4.2.0 26 Nov 2024
    Release notes

    What's Changed

    Full Changelog: 4.1.0...4.2.0

    Open source →
  6. 4.1.0 14 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 4.0.0...4.1.0

    Open source →
  7. 4.0.0 17 Feb 2023
    Release notes

    What's Changed

    Full Changelog: 3.0.0...4.0.0

    Open source →
  8. 3.0.0 04 Feb 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.4.0...3.0.0

    Open source →
  9. 2.4.0 20 Oct 2021
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.3.2...2.4.0

    Open source →
  10. 2.3.2 30 Aug 2021
    Release notes

    Added:

    • Detect routes from string
    Open source →
  11. 2.3.1 11 Dec 2020

    Nothing published for this version

  12. 2.3.0 08 Dec 2020

    Nothing published for this version

  13. 2.2.2 15 Oct 2020

    Nothing published for this version

  14. 2.2.1 no date

    Nothing published for this version

  15. 2.1.0 28 Sep 2020

    Nothing published for this version

  16. 2.0.0 08 Sep 2020

    Nothing published for this version

  17. 1.3.1 17 Jul 2020

    Nothing published for this version

  18. 1.3.0 06 Jul 2020

    Nothing published for this version

  19. 1.2.1 03 Jul 2020

    Nothing published for this version

  20. 1.0.1 10 May 2020

    Nothing published for this version

  21. 1.2 27 Jun 2020

    Nothing published for this version

  22. 1.1 19 Jun 2020

    Nothing published for this version

  23. 1.0 24 Apr 2020

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive