Skip to content

Instantly share code, notes, and snippets.

@mdunbavan
Created August 11, 2015 09:22
Show Gist options
  • Select an option

  • Save mdunbavan/b95d37f848c4ce4fe168 to your computer and use it in GitHub Desktop.

Select an option

Save mdunbavan/b95d37f848c4ce4fe168 to your computer and use it in GitHub Desktop.
<?php
//include the class you created
use App\Navigation
public function index(Navigation, $navigation)
{
// location var to use in the blade template
$nav = Navigation;
//compact the nav for use in views which passes it through
return view('your.view', compact('nav'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment