8.2 Shop: Menu Migration
1. Add Active Routes (Optional but Recommended)
$item
->addChild('resource', [
'route' => 'plugin_shop_resource_index',
'extras' => [
'routes' => [
['route' => 'plugin_shop_resource_show'],
],
],
])
...
;2. Update Menu Icons to Tabler
3. Validate
Last updated
Was this helpful?
