laravel-breadcrumbs

Introduction

Upgrade Guide

{note} laravel-breadcrumbs has been archived and is no longer maintained. Use caution when installing in your apps.

v4 of laravel-breadcrumbs now requires a minimum Laravel version of 9.0. Be sure to update your project to at least that version.

v4 of laravel-breadcrumbs now requires a minimum PHP version of 8.1. Be sure your environment is running at least that version.

v4 of laravel-breadcrumbs changed the default markup of the Tailwind breadcrumbs template. If you rely on the default markup, and it does not suit your needs anymore, you may override it by publishing the tailwind blade partial. The following command can be run to publish the views:

php artisan vendor:publish --provider="Rawilk\Breadcrumbs\BreadcrumbsServiceProvider" --tag="views"
Previous
Questions & Issues