Quickstart

This page provides a quick introduction to Laranav and introductory examples. If you have not already installed, head over to the Installation page.

Creating a menu

Configuration

First, open config/laranav/config.php:

Any menus added here automatically inherit their configuration from default, and can be overridden by specifying them in explicitly for each menu. You can read more about available options [here](#configphp).

Rendering the menu

Finally, in your template, add {!! Nav::menu(‘myMenu’)->toHtml() !!} and your menu should render!