We are using Laravel 6 for a small website and dont use a database for it. I could not find any hints on where to define a custom menu. In my understanding it would be a good idea to create a component or view that just lists all the available routes and renders them as an unordered list, for instance. I then would include that view in my header blade template.
Using something like {{ Route::getRoutes() }}
inside a blade template didnt work.