What is best conceptual place to put menu data logic in Laravel. If I use Menu bundle where to put it. In Base_Controller create additional function or something di
Base_Controller
How about fetching the data in a view composer and using a HTML macro for generating the HTML?
Laravel often has many ways of doing things. That said, this can probably be a little overwhelming and confusing at times.