ConfigCache as second level cache.becklyn/menu 2.0+becklyn/menu and sort items by default.becklyn/menu instead of knplabs/knp-menu-bundleparameters setting forroute_tree_menu() was removed. Directly use route_tree_render().route_tree_render()In 2.0.0 the old option key page_tree was still used, although the docs already described the new (shorter) key tree. This has been fixed now.
You can define your route like this now:
route:
path: /route
defaults:
# ...
methods: [GET]
options:
tree: # <-- new key here
parent: homepage
# ...
Rebuild from the ground up.
See the README.md for a detailed documentation
In the previous versions the path variables were only filled if there were requirements.
Failed:
test_route:
path: /test/{var}/test
Worked:
test_route:
path: /test/{var}/test
requirements:
var: \d+
This is fixed now, variables are generated for all path variables, regardless of the requirements.
How can I help you explore Laravel packages today?