Download the PHP package webelightdev/laravel-menu without Composer
On this page you can find all versions of the php package webelightdev/laravel-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webelightdev/laravel-menu
More information about webelightdev/laravel-menu
Files in webelightdev/laravel-menu
Download webelightdev/laravel-menu
More information about webelightdev/laravel-menu
Files in webelightdev/laravel-menu
Vendor webelightdev
Package laravel-menu
Short Description Laravel dynamic menu generation package
License MIT
Package laravel-menu
Short Description Laravel dynamic menu generation package
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-menu
laravel-menu
Dynamic Menu generation using Laravel
Following are the step to configure Dynamic Menu
Step 1:copy vendor using composer
composer require webelightdev/laravel-menu
or
"require": {
"webelightdev/laravel-menu": "dev-master"
}
composer update
step 2: Copy providers to config/app.php
'providers' => [
// ...
Webelightdev\LaravelMenu\MenuServiceProvider::class,
// ...
]
step 3: Run
php artisan vendor:publish
step 4: Run
php artisan migrate
step 5: create public/uploads folder and set permission 0777
This packager Required Auth login if you don't have Auth login
php artisan make:auth
php artisan migrate
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-menu with dependencies
PHP Build Version
Package Version
No informations.
The package webelightdev/laravel-menu contains the following files
Loading the files please wait ...