MillwrightMenuBundle
MillwrightMenuBundle copied to clipboard
Menu based on KnpMenuBundle, supports config, acl, translations and routes
Results
1
MillwrightMenuBundle issues
Sort by
recently updated
recently updated
newest added
On 404 error page symfony don't have a token. ``` php $display = true; $rootItem = !$item->getName(); $token = $this->security->getToken(); if ($token) { ``` And then ``` php if(!$display) {...