Download the PHP package cvega/mainmenu without Composer
On this page you can find all versions of the php package cvega/mainmenu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cvega/mainmenu
More information about cvega/mainmenu
Files in cvega/mainmenu
Download cvega/mainmenu
More information about cvega/mainmenu
Files in cvega/mainmenu
Vendor cvega
Package mainmenu
Short Description A simple and easy main menu for Laravel using Bootstrap5
License mit
Package mainmenu
Short Description A simple and easy main menu for Laravel using Bootstrap5
License mit
Please rate this library. Is it a good library?
Informations about the package mainmenu
Main Menu
A simple and easy main menu for Laravel using Bootstrap5.
Author
Installation
Install Mainmenu with Composer
And run some Laravel Artisan commands to publish content
You need to use Bootstrap 5.
Documentation
After installed, you will have the following files:
- a migration in your "migrations" folder, with the schema for the "mainmenu" table
- a seeder in your "seeders" folder with some stuff data, you can change it for yours
- a component called "mainmenu" located in resources/views/components
- a component class called "MainmenuComponent.php" in app/View/Components.
How Can You Use This Menu?
You need to have an array with your menu structure:
This way you will have a $menu variable in your template and you will be able to invoke the component:
Make sure you are using Bootstrap 5.
All versions of mainmenu with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
The package cvega/mainmenu contains the following files
Loading the files please wait ....