zend-navigation icon indicating copy to clipboard operation
zend-navigation copied to clipboard

Navigation component from Zend Framework

Results 4 zend-navigation issues
Sort by recently updated
recently updated
newest added

The HelperConfigTest test case is marked incomplete currently due to the fact that `Zend\View\Navigation\PluginManager` is not updated to the latest zend-servicemanager changes. Once it has been, we can address this...

bug
Test

I found this code snippet in den documenation for the zend-navigation component (ZF3): Docs » Reference » View Helpers » Intro The Code snippet provided is not working for me:...

bug
documentation

I want to use `Zend\Navigation` in a `Zend\Expressive` application. First of all, I installed it: ``` composer require zendframework/zend-navigation ``` Composer installed it and added the `ConfigProvider` to my `/config/config.php`...

enhancement
work in progress
documentation needed

when working with bootsrap4 it is not enough to set class on ul element. Maybe add methods like setULClass for li and a?

feature request