Download the PHP package rpqa99/simplerpmenu without Composer
On this page you can find all versions of the php package rpqa99/simplerpmenu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rpqa99/simplerpmenu
More information about rpqa99/simplerpmenu
Files in rpqa99/simplerpmenu
Package simplerpmenu
Short Description This is a simple menu to add Singles, Structures, Channels, Categories, Custom menus (with description), etc to your name menu for CRAFT CMS V3.x
License MIT
Informations about the package simplerpmenu
Simple RP Menu plugin for Craft CMS 3.x
This is a simple menu to add Singles, Structures, Channels, Categories, Custom menus (with description), etc to your name menu for CRAFT CMS V3.x
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
> cd /path/to/project
-
Then tell Composer to load the plugin:
> composer require rpqa99/rp-simple-menu
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Simple RP Menu.
Simple RP Menu Overview
This is a simple menu to add Singles, Structures, Channels, Categories, Custom menus (with description), etc to your name menu for CRAFT CMS V3.x
Configuring Simple RP Menu
-
Install plugin if not automatically installed by this console command
cd /path/to/project ./craft plugin/install rp-simple-menu
Using Simple RP Menu
-
Backend menu create url :
SITE_URL/adminName/simplerpmenu/default
a. All Menus
b. Add New Menu
c. Edit Menu items/ drag item to chage order / delete items etc
-
Call this in the frontend for usage
a. Use this code to embed this menu in your templates:
{{ craft.simplerpmenu.getRpMenuHTML('HandleName') }}
b. Optionally you can add an array of settings to the call, to set extra configurations for the menu:
{{ craft.simplerpmenu.getRpMenuHTML('HandleName',{ 'menu-id': 'main-menu' }) }} {{ craft.simplerpmenu.getRpMenuHTML('HandleName',{ 'menu-id': 'headerMenu','menu-class':'menuGroup','ul-class':'navbar-nav justify-content-end','li-class':'nav-item','sub-menu-ul-class':'container mega-menu px-0 px-lg-_5 px-xl-1_5' }) }}
Brought to you by rpqa99