yuna / breadcrumbs-bundle
6.4.9
2025-04-11 17:47 UTC
Requires
- php: >=8.3
- symfony/expression-language: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
Suggests
- yuna/breadcrumbs-twig-extension-bundle: ^6.4|^7.0
README
Symfony Breadcrumbs Bundle provides an easy way to manage breadcrumbs within your Symfony project with the help of easy to use attributes.
Documentation
Running tests (PHPUnit)
Library provides a docker container for reproducible test environment.
docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script phpunit
Running tests creates an coverege_report
folder which contains HTML coverage report - to view it simply open it in your browser.
Running types validator (PHPStan)
Library provides a docker container for reproducible PHPStan environment.
docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script phpstan
Running code style validator (CS-Fixer)
Library provides a docker container for reproducible CS-Fixer environment.
docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script csfixer