Skip to content
forked from caffeinated/menus

Menu generator package for the Laravel 5 framework

Notifications You must be signed in to change notification settings

hypnoagus/menus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Caffeinated Menus

Laravel Source License

Easily create dynamic menus from within your Laravel 5 application.

Caffeinated Menus is originally based off of Lavary's Laravel Menu package; rebuilt from the ground up (not necessarily a fork). This has a primary focus on Laravel 5 support with PSR coding standards. If you're looking for a menu builder solution for Laravel 4, please go check out Laravel Menu!

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. Add caffeinated/menus to your composer.json file:

"caffeinated/menus": "~1.0"

Then run composer update to pull the package in.

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',

Facade

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

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

About

Menu generator package for the Laravel 5 framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%