ismuk / laravel-breadcrumbs
A simple Laravel-style way to create breadcrumbs in Laravel 4+.
Requires
- php: >=5.4.0
- illuminate/support: 5.*
- illuminate/view: 5.*
Requires (Dev)
- mockery/mockery: 0.9.*
- orchestra/testbench: 3.2.*|3.3.*
- phpunit/phpunit: 4.*
- satooshi/php-coveralls: 0.6.*
This package is not auto-updated.
Last update: 2024-12-21 21:47:33 UTC
README
A simple Laravel-style way to create breadcrumbs in Laravel 5.
(If you are still using Laravel 4.0 to 4.2 please use the 2.x version of Laravel Breadcrumbs instead.)
Forked from https://github.com/davejamesmiller/laravel-breadcrumbs and updated to work with Laravel 5.4
Big thanks to Dave James Miller for the effort and time put into this to date.
Documentation
Note: If you have any suggestions for improving the documentation -- especially if anything is unclear to you and could be explained better -- please let me know. (Or just edit it yourself and make a pull request.)
Support Requests / Bug Reports
Currently I am not activly supporting this but will be keeping it up to date with new versions of Laravel. You may find some help here
Feature Requests / Pull Requests
Open an issue first the discuss the idea.
Copyright © 2013-2015 Dave James Miller. Released under the MIT License.