All Projects → akaunting → Menu

akaunting / Menu

Licence: mit
Menu and sidebar management package for Laravel

Projects that are alternatives of or similar to Menu

Hamburger React
Animated hamburger menu icons for React (1.5 KB) 🍔
Stars: ✭ 391 (+6416.67%)
Mutual labels:  navigation, menu, sidebar
Laravel Menu
Html menu generator for Laravel
Stars: ✭ 650 (+10733.33%)
Mutual labels:  laravel, navigation, menu
simple-sidenav
Simple, easily customizable, animated menu.
Stars: ✭ 40 (+566.67%)
Mutual labels:  navigation, menu
ml-stack-nav
Customizable, responsive, accessible, easy-to-use multi-level stack navigation menu with slide effect.
Stars: ✭ 20 (+233.33%)
Mutual labels:  navigation, menu
Sidr
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Stars: ✭ 2,924 (+48633.33%)
Mutual labels:  navigation, menu
bsnav
An extended Bootstrap 4 menu with a bunch of utilities
Stars: ✭ 90 (+1400%)
Mutual labels:  navigation, menu
priority-plus
A modern implementation of the priority plus navigation pattern.
Stars: ✭ 30 (+400%)
Mutual labels:  navigation, menu
Transformerslayout
🔥 App金刚区导航菜单,类似淘宝、QQ音乐等APP导航,方格布局横向多行滑动翻页带滚动条
Stars: ✭ 258 (+4200%)
Mutual labels:  navigation, menu
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+833.33%)
Mutual labels:  navigation, menu
React Horizontal Scrolling Menu
Horizontal scrolling menu component for React.
Stars: ✭ 289 (+4716.67%)
Mutual labels:  navigation, menu
Django Sitetree
Reusable application for Django introducing site tree, menu and breadcrumbs navigation elements.
Stars: ✭ 330 (+5400%)
Mutual labels:  navigation, menu
Accordion
Silky-smooth accordion widgets with no external dependencies.
Stars: ✭ 32 (+433.33%)
Mutual labels:  navigation, menu
navigator
🧿 Build navigation or menu for Laravel and Awes.io. Unlimited complexity and depth, with permissions and sorting support.
Stars: ✭ 47 (+683.33%)
Mutual labels:  navigation, menu
navbar.js
Modern Navigation Component
Stars: ✭ 47 (+683.33%)
Mutual labels:  navigation, menu
SidebarOverlay
Yet another implementation of sidebar menu, but here your menu appears over the top view controller.
Stars: ✭ 66 (+1000%)
Mutual labels:  navigation, menu
WaveSideBar
Animated side bar view
Stars: ✭ 38 (+533.33%)
Mutual labels:  menu, sidebar
Menus
📌 Menu generator package for the Laravel framework
Stars: ✭ 133 (+2116.67%)
Mutual labels:  laravel, navigation
Hunt
This is laravel 5.5 + pjax the Hunt
Stars: ✭ 138 (+2200%)
Mutual labels:  laravel, navigation
Menuspy
A JavaScript library to make navigation menus highlight the item based on currently in view section.
Stars: ✭ 283 (+4616.67%)
Mutual labels:  navigation, menu
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+10716.67%)
Mutual labels:  navigation, menu

Menu and sidebar management package for Laravel

Version Downloads Build Status StyleCI Quality License

This package intends to create and manage menus and sidebars for your Laravel app. It ships with ready-to-go presenters and you can create your own ones.

Getting Started

1. Install

Run the following command:

composer require akaunting/menu

2. Register

Service provider and facade will be registered automatically. If you want to register them manually in config/app.php:

Akaunting\Menu\Facade::class,
Akaunting\Menu\Provider::class,

3. Publish

Publish config file.

php artisan vendor:publish --tag=menu

4. Configure

You can change the configuration from config/menu.php file

Usage

Check out the wiki about the usage and further documentation.

Changelog

Please see Releases for more information what has changed recently.

Contributing

Pull requests are more than welcome. You must follow the PSR coding standards.

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].