├── LICENSE ├── README.md ├── composer.json └── src ├── Commands └── BreadcrumbsPublish.php ├── Config └── Config.php ├── Core └── Breadcrumbs.php └── Examples └── ExampleController.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/composer.json -------------------------------------------------------------------------------- /src/Commands/BreadcrumbsPublish.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/src/Commands/BreadcrumbsPublish.php -------------------------------------------------------------------------------- /src/Config/Config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/src/Config/Config.php -------------------------------------------------------------------------------- /src/Core/Breadcrumbs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/src/Core/Breadcrumbs.php -------------------------------------------------------------------------------- /src/Examples/ExampleController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekLabsUK/CI4-Breadcrumbs/HEAD/src/Examples/ExampleController.php --------------------------------------------------------------------------------