Created
July 10, 2012 16:38
-
-
Save animecyc/3084533 to your computer and use it in GitHub Desktop.
Laravel Menu Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Autoloader::map(array( | |
'Menu' => __DIR__ . DS . 'menu' . EXT, | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment