diglactic/laravel-breadcrumbs
Laravel-style breadcrumbs for your app. Define trails in a single place, render them with built-in or custom templates, and support route-bound crumbs and structured data. Official fork of Dave James Miller’s original Laravel Breadcrumbs.
Adopt if:
Look elsewhere if:
vendor:publish).*"This package lets us ship consistent, SEO-optimized navigation across our entire app with minimal dev effort. For example:
composer require and 30 minutes of config."*"This is the official, maintained fork of the most battle-tested Laravel breadcrumb package. Key wins:
routes/breadcrumbs.php (clean separation of concerns).$trail->push($post->title, route('post', $post))).Breadcrumbs::render() calls in views.
Downside? None critical—it’s MIT-licensed, actively maintained, and handles edge cases (empty trails, nested categories) for us."*"You’ll love how this decouples breadcrumb styling from logic. Here’s how it works:
config/breadcrumbs.php.php artisan vendor:publish --tag=breadcrumbs-views and edit the Blade files.breadcrumbs::bootstrap5 template in 10 minutes. Need a different separator? One CSS rule change."How can I help you explore Laravel packages today?