Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapidwebltd/laravel-dynamic-menu
📃 Laravel Dynamic Menu provides the foundation to build dynamic database powered navigation menus for your web app.
https://github.com/rapidwebltd/laravel-dynamic-menu
laravel laravel-dynamic-menu menu navigation php-library
Last synced: about 2 months ago
JSON representation
📃 Laravel Dynamic Menu provides the foundation to build dynamic database powered navigation menus for your web app.
- Host: GitHub
- URL: https://github.com/rapidwebltd/laravel-dynamic-menu
- Owner: rapidwebltd
- License: lgpl-3.0
- Created: 2018-03-12T10:39:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T09:03:56.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T18:57:43.053Z (3 months ago)
- Topics: laravel, laravel-dynamic-menu, menu, navigation, php-library
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📃 Laravel Dynamic Menu
[![StyleCI](https://styleci.io/repos/124873581/shield?branch=master)](https://styleci.io/repos/124873581)
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
```