rapidwebltd / laravel-dynamic-menu
Laravel Dynamic Menu provides the foundation to build entirely dynamic database powered navigation menus for your web application.
v1.0.1
2018-03-15 17:23 UTC
Requires
- php: >=7.0
- illuminate/database: ^5.5
This package is auto-updated.
Last update: 2024-11-06 09:31:54 UTC
README
This package provides the foundation to build entirely dynamic database powered navigation menus for your web application.
Requirements
This packages requires:
- PHP 7.0 or above
- Laravel 5.5 or above
Installation
You can install Laravel Dynamic Menu with Composer. Just run the following command.
composer require rapidwebltd/laravel-dynamic-menu
Setup
This package comes with various database migrations. To create the required tables, run the following Artisan command.
php artisan migrate