Hi,
Totaly new to Phalcon and trying to use Vokuro, I love how simple its menu system is and want to craete a submenu but dont know how, would anyone be able to guide me please. below is the code I believe I need to change:
{%- set menus = [
'Home': null,
'Users': 'users',
'Profiles': 'profiles',
'Permissions': 'permissions',
] -%}
Thank you in advance