jabarrioss / dynamic-menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel - Dynamic menu

A dynamic menu in our web project will allow us to open the possibility of changing the web structure without this affecting the design.

Laravel Dynamic menu is a application taken from Laravel 5.4.

Installation

Running the migrations and seeder (you can change the menu structure in the database/seeds/MenusTableSeeder.php file):

php artisan migrate --seed

In this example the menu structure is:

Credits

Feel free to contribute. 😄

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 92.8%Language:HTML 6.5%Language:Vue 0.7%