Skip to content

Event hooks

  • navigation
  • navigation.dashboard (only for authenticated users)
  • navigation.account-dropdown (only for authenticated users)

Both hooks accept a array of navigation items like this:

php
return [
    'name' => 'Announcements',
    'route' => 'announcements.index',
    'priority' => 10,
];

pages

  • pages.home

Hooks to include content on the home page.

Those hooks are added right before the closing </head>, <body> and </body> tags respectively.

Released under the MIT License.