All Projects → caffeinated → Menus

caffeinated / Menus

📌 Menu generator package for the Laravel framework

Projects that are alternatives of or similar to Menus

ml-stack-nav
Customizable, responsive, accessible, easy-to-use multi-level stack navigation menu with slide effect.
Stars: ✭ 20 (-84.96%)
Mutual labels:  navigation, menus
Hunt
This is laravel 5.5 + pjax the Hunt
Stars: ✭ 138 (+3.76%)
Mutual labels:  laravel, navigation
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (-57.89%)
Mutual labels:  navigation, menus
Laravel Nestedset
Effective tree structures in Laravel 4-5
Stars: ✭ 3,045 (+2189.47%)
Mutual labels:  laravel, menus
Wp Bootstrap Navwalker
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
Stars: ✭ 3,290 (+2373.68%)
Mutual labels:  navigation, menus
Menu
Menu and sidebar management package for Laravel
Stars: ✭ 6 (-95.49%)
Mutual labels:  laravel, navigation
Laravel Menu
Html menu generator for Laravel
Stars: ✭ 650 (+388.72%)
Mutual labels:  laravel, navigation
Uinavigation
A UE4 plugin designed to help easily make UMG menus navigable by mouse, keyboard and gamepad
Stars: ✭ 88 (-33.83%)
Mutual labels:  navigation, menus
Navigator
Android Multi-module navigator, trying to find a way to navigate into a modularized android project
Stars: ✭ 131 (-1.5%)
Mutual labels:  navigation
Laravel Seo
SEO package made for maximum customization and flexibility
Stars: ✭ 130 (-2.26%)
Mutual labels:  laravel
Booking App
Laravel 5.1 web application for booking appointments
Stars: ✭ 130 (-2.26%)
Mutual labels:  laravel
Nova Settings Tool
Laravel Nova tool to view and edit application settings.
Stars: ✭ 131 (-1.5%)
Mutual labels:  laravel
Multi Auth
Laravel Multi-Authentication Package
Stars: ✭ 131 (-1.5%)
Mutual labels:  laravel
Laragym
A laravel gym management system
Stars: ✭ 130 (-2.26%)
Mutual labels:  laravel
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+1295.49%)
Mutual labels:  laravel
Laravel Router
An organized approach to handling routes in Laravel.
Stars: ✭ 130 (-2.26%)
Mutual labels:  laravel
Laravel Pug
Pug view adapter for Laravel and Lumen
Stars: ✭ 130 (-2.26%)
Mutual labels:  laravel
Laravel cities
Find any country/city in the world. Get Long/Lat etc. Deploy geonames.org database localy. Optimized DB tree
Stars: ✭ 133 (+0%)
Mutual labels:  laravel
Laravel Getting Started
本文介绍如何开始使用 Laravel !
Stars: ✭ 132 (-0.75%)
Mutual labels:  laravel
Chemex
☕ 咖啡壶是一个免费、开源、高效且漂亮的运维资产管理平台。软硬件资产管理、归属/使用者追溯、盘点以及可靠的服务器状态管理面板。基于优雅的Laravel框架和DcatAdmin开发。
Stars: ✭ 132 (-0.75%)
Mutual labels:  laravel

Caffeinated Menus

Source License


Easily create dynamic menus from within your Laravel 5 application. Originally developed for FusionCMS, an open source content management system.

Caffeinated Menus was based off of Lavary's Laravel Menu package with support for the Caffeinated Shinobi package.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Documentation

You will find user friendly and updated documentation in the wiki here: Caffeinated Menus Wiki

Quick Installation

Begin by installing the package through Composer.

composer require caffeinated/menus

Once this operation is complete, simply add the service provider class and facade alias to your project's config/app.php file:

Service Provider

Caffeinated\Menus\MenusServiceProvider::class,

Facade

'Menu' => Caffeinated\Menus\Facades\Menu::class,

And that's it! With your coffee in reach, start building out some awesome menus!

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].