Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sitesense/laravel-5-breadcrumbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5 Breadcrumbs

Breadcrumb Example

Simple customizable breadcrumbs for Laravel >= 5.5

Uses your URL segments to automatically create your breadcrumbs with zero configuration.

The breadcrumbs use the default Bootstrap 4 styling. If you wish to change this you can edit the published view.

Installation

Require the package with composer:

composer require sitesense/breadcrumb

Publish the partial view file which will save to '/resources/views/partials/_breadcrumbs.blade.php':

php artisan vendor:publish --provider="Sitesense\Breadcrumb\BreadcrumbServiceProvider"

Usage

Place this in your views where you would like the breadcrumbs to appear:

@include('partials._breadcrumbs')

About

Simple breadcrumbs for Laravel >= 5.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published