The base package used to build a custom Haunt theme.
composer require hauntpet/theme
Repository::add($key, [
// metadata
], [
// options
]);
Options can be added as the 3rd parameter of the add
function.
By default there is always a primary
menu.
'menus' => [
'secondary' => 'Secondary Menu',
]