Skip to content
forked from Log1x/crumb

A simple breadcrumb package for Sage 10.

License

Notifications You must be signed in to change notification settings

WildPress/crumb

Repository files navigation

Crumb

Latest Stable Version Build Status Total Downloads

A simple breadcrumb package for Sage 10.

Requirements

Installation

Install via Composer:

$ composer require log1x/crumb

Usage

Publish the breadcrumb configuration file using Acorn:

$ wp acorn vendor:publish --provider="Log1x\Crumb\CrumbServiceProvider"

Basic Usage

use Log1x\Crumb\Facades\Crumb;

return Crumb::build()->toArray();

Bug Reports

If you discover a bug in Crumb, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Crumb is provided under the MIT License.

About

A simple breadcrumb package for Sage 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%