Skip to content

Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs. [Laravel]*

Notifications You must be signed in to change notification settings

kristabs/laravel-breadcrumbs

 
 

Repository files navigation

Laravel Breadcrumbs 3

Latest Stable Version Total Downloads Reference Status Build Status Coverage Status Dependency Status

A simple Laravel-style way to create breadcrumbs in Laravel 5.

Documentation

View documentation >>

Note: If you are still using Laravel 4.0 to 4.2 please use the 2.x version of Laravel Breadcrumbs instead.

Support Requests / Bug Reports

All support requests / bug reports should be submitted using GitHub issues, and must include the following:

  • The complete error message, including file & line numbers
  • Steps to reproduce the problem
  • Laravel Breadcrumbs version
  • Laravel version
  • PHP version
  • Copies of the following files (you can use Gist if they're very long):
    • app/Http/breadcrumbs.php
    • config/breadcrumbs.php (if used)
    • The view and/or layout files
    • The custom breadcrumbs template (if applicable)
    • config/app.php (Note: not the Encryption Key section which should be kept private) -- in case there's a conflict with another package
    • Any other relevant files

Before you do - please don't be afraid to go into the Laravel Breadcrumbs code and use var_dump() (or dd() or print_r()) to see what's happening and try to fix your own problems! A pull request or detailed bug report is much more likely to get attention than a vague error report. Also make sure you read the documentation carefully.

Feature Requests / Pull Requests

Any feature requests / pull requests should include details of what you are trying to achieve (use case) to explain why your request should be implemented.

If you want to submit a bug fix, please make your changes in a new branch, then open a pull request. (The Contributing page of the docs may help you to get started if you've not done this before.)

If you want to submit a new feature, it's usually best to open an issue to discuss the idea first -- to make sure it will be accepted before spending too much time on it. (Of course you can go ahead and develop it first if you prefer!) Please be sure to include unit tests and update the documentation as well.

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.)


Copyright © 2013-2015 Dave James Miller. Released under the MIT License.

About

Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs. [Laravel]*

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.7%
  • Shell 1.3%