A simple breadcrumb package for Sage 10.
Install via Composer:
$ composer require log1x/crumb
Publish the breadcrumb configuration file using Acorn:
$ wp acorn vendor:publish --provider="Log1x\Crumb\CrumbServiceProvider"
use Log1x\Crumb\Facades\Crumb;
return Crumb::build()->toArray();
If you discover a bug in Crumb, please open an issue.
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
Crumb is provided under the MIT License.