PHP code example of nf / menu-kit

1. Go to this page and download the library: Download nf/menu-kit library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nf / menu-kit example snippets


  'providers'  => [
        // .... Others providers 
        \NF\Menu\MenuServiceProvider::class,
    ],

[menu-kit theme_location="{location_menu}"]

[menu-kit theme_location='main-menu'"]

do_shortcode("[menu-kit theme_location='main-menu'"]")