sciarcinski/laravel-menu
Menu generator package for the Laravel 5 framework
195
2
| Install | |
|---|---|
composer require sciarcinski/laravel-menu |
|
| Latest Version: | 4.1 |
| PHP: | >=7.2 |
| License: | MIT |
| Last Updated: | Dec 16, 2019 |
| Links: | GitHub · Packagist |
Maintainer: sciarcinski
Laravel 5., 6. Menu
Installation
- Run
composer require sciarcinski/laravel-menu
in console to install this module
- Open
config/app.phpand:
Service Provider
Sciarcinski\LaravelMenu\MenusServiceProvider::class,
Facade
'Menu' => Sciarcinski\LaravelMenu\Facades\Menu::class,
Getting started
To get started run:
php artisan menu:make TestMenu
This will create a file: App\Menus\TestMenu
To render the menu in your view:
<ul>
{!! Menu::get('test_menu')->render() !!}
</ul>
Related Packages
victorybiz/geoip-location
Get the geographical location of website visitors based on their IP addresses. S...
171,942
22
pixelcostudios/notify
toastr.js, pnotify.js flush notifications for Laravel
37
0
alerts
flush
flush messages
flush notifications
laravel
laravel 5
laravel 5.6
laravel 5.7
laravel 5.8
laravel 6
laravel 7
laravel 8
laravel 8.1
laravel 8.2
laravel flush notifications
laravel notification
laravel pnotify
laravel toastr
lumen
messages
notification
php
pnotify
pnotify js
toastr
toastr js
yoeunes