Download the PHP package emresari89/laravel-menu without Composer
On this page you can find all versions of the php package emresari89/laravel-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download emresari89/laravel-menu
More information about emresari89/laravel-menu
Files in emresari89/laravel-menu
Download emresari89/laravel-menu
More information about emresari89/laravel-menu
Files in emresari89/laravel-menu
Vendor emresari89
Package laravel-menu
Short Description drag and drop menu generator like wordpress for laravel 8
License
Package laravel-menu
Short Description drag and drop menu generator like wordpress for laravel 8
License
Please rate this library. Is it a good library?
Informations about the package laravel-menu
Laravel Drag and Drop menu editor like wordpress
Installation
-
Run
- Run publish
- Configure (optional) in config/menu.php :
- CUSTOM MIDDLEWARE: You can add you own middleware
- TABLE PREFIX: By default this package will create 2 new tables named "menus" and "menu_items" but you can still add your own table prefix avoiding conflict with existing table
- TABLE NAMES If you want use specific name of tables you have to modify that and the migrations
- Custom routes If you want to edit the route path you can edit the field
- Role Access If you want to enable roles (permissions) on menu items
- Run migrate
DONE
Menu Builder Usage Example - displays the builder
On your view blade file
Using The Model
Call the model class
Menu Usage Example (a)
A basic two-level menu can be displayed in your blade template
Using Model Class
or Using helper
Menu Usage Example (b)
Now inside your blade template file place the menu using this simple example
HELPERS
Get Menu Items By Menu ID
Get Menu Items By Menu Name
In this example, you must have a menu named Admin
Customization
you can edit the menu interface in resources/views/vendor/wmenu/menu-html.blade.php
All versions of laravel-menu with dependencies
PHP Build Version
Package Version
The package emresari89/laravel-menu contains the following files
Loading the files please wait ....