Download the PHP package codexshaper/laravel-menu-builder without Composer
On this page you can find all versions of the php package codexshaper/laravel-menu-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codexshaper/laravel-menu-builder
More information about codexshaper/laravel-menu-builder
Files in codexshaper/laravel-menu-builder
Download codexshaper/laravel-menu-builder
More information about codexshaper/laravel-menu-builder
Files in codexshaper/laravel-menu-builder
Vendor codexshaper
Package laravel-menu-builder
Short Description Laravel Drag and Drop Menu Builder
License MIT
Homepage https://github.com/Codexshaper/laravel-menu-builder
Package laravel-menu-builder
Short Description Laravel Drag and Drop Menu Builder
License MIT
Homepage https://github.com/Codexshaper/laravel-menu-builder
Please rate this library. Is it a good library?
Informations about the package laravel-menu-builder
Laravel Menu Builder
Laravel Menu Builder with VueJs and jQuery. Build your multi level menu within 5 minutes.
Demo http://demo.codexshaper.com/admin/menus
Install the Package
Optional:
- If your mysql version is old then follow next steps
* Goto `app\Providers\AppServiceProvider.php` and open it in your text editor
* Add `use Illuminate\Support\Facades\Schema;` on top under namespace
* Add `Schema::defaultStringLength(191);` in your boot method
Publish Resource, Configs, Migration and Seeding Database in a single command
run php artisan serve
To check menus go to http://127.0.0.1:8000/admin/menus
. You can change admin
prefix from config/menu.php
How to use Menu in your site? You can choose any one from two options
Option 1:
Option 2:
- Call Menu anywhere on your site by calling
{{ menu('name') }}
or@menu('name')
-
Link CSS and JS if you want to use our default design
- Optional: If you don't have jQuery and bootstrap in your page then add
app.css
beforemenu.css
and addapp.js
beforemenu.js
Authors
See also the list of contributors who participated in this project.
License
- MIT license
- Copyright 2019 © CodexShaper.
Thanks
- Special Thanks to Voyager for awesome design concept
All versions of laravel-menu-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.4|~5.5|5.6|~7.0|~7.1|^7.2|^7.3
illuminate/support Version ~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
illuminate/support Version ~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0
The package codexshaper/laravel-menu-builder contains the following files
Loading the files please wait ....