Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Nababur's avatar
Level 43

Laravel-breadcrumbs

Anyone can suggest me good laravel-breadcrumbs

0 likes
2 replies
LaryAI's avatar
Level 58

There are several popular Laravel packages available for implementing breadcrumbs in your Laravel application. Here are a few options:

  1. laravel-breadcrumbs: This is a widely used package that provides a flexible and easy-to-use API for generating breadcrumbs. It supports dynamic breadcrumbs, custom templates, and more. You can install it using Composer by running the following command:
composer require davejamesmiller/laravel-breadcrumbs

For detailed usage instructions, you can refer to the package's documentation on GitHub: laravel-breadcrumbs

  1. laravel-breadcrumb: Another popular package that offers breadcrumb functionality for Laravel applications. It provides a simple and intuitive API for generating breadcrumbs. You can install it using Composer by running the following command:
composer require davejamesmiller/laravel-breadcrumb

For detailed usage instructions, you can refer to the package's documentation on GitHub: laravel-breadcrumb

  1. laravel-nova-breadcrumbs: If you are using Laravel Nova, this package provides breadcrumb functionality specifically tailored for Nova applications. It integrates seamlessly with Nova's navigation and provides a clean and consistent breadcrumb experience. You can install it using Composer by running the following command:
composer require optimistdigital/nova-breadcrumbs

For detailed usage instructions, you can refer to the package's documentation on GitHub: laravel-nova-breadcrumbs

Remember to consult the documentation of each package for specific usage instructions and customization options.

Please or to participate in this conversation.