PHP code example of mkdesignn / menubuilder
1. Go to this page and download the library: Download mkdesignn/menubuilder 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/ */
mkdesignn / menubuilder example snippets
PHP artisan vendor: publish
echo Menu::render('vertical', new \App\Tag(), "vertical-menu");
echo Menu::render('vertical', new \App\Tag(), "test");