spryker / navigation
Navigation module
2.8.0
2024-05-06 12:15 UTC
Requires
- php: >=8.1
- spryker/kernel: ^3.52.0
- spryker/key-builder: ^1.0.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/propel-orm: ^1.1.0
- spryker/storage: ^3.0.0
- spryker/touch: ^3.0.0 || ^4.0.0
- spryker/twig: ^3.0.0
- spryker/url: ^3.1.0
Requires (Dev)
Suggests
- spryker/silex: If you want to use the NavigationTwigServiceProvider.
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- dev-master / 2.0.x-dev
- 2.0.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/spryker-mini-api-framework
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
This package is auto-updated.
Last update: 2024-11-05 14:23:13 UTC
README
Navigation module manages multiple navigation menus that can be displayed on the frontend (Yves). Every navigation section can contain its own nested structure of navigation nodes. Navigation nodes have types that help define what kind of link they represent. To control and adjust Navigation node appearance a custom CSS classes can be assigned to them. Navigation module provides database structure and a public API to manage what’s in the database. It also provides a small toolkit for rendering navigation menus in the frontend.
Installation
composer require spryker/navigation