I am confused about laravel site development
It seems I am going about site development using laravel. because looking for information on things is so hard. things like 3 way pivot tables. How are people developing. For instance, I want to build a site with a nav that has
Home News
at least for right now. Now I have assumed that I would need to have a controller and model for each. But everything I have seen is one dimensional with examples that don't really explain how its done with a site that has multiple nav links. Or maybe I'm going about this wrong, as I have said. I wanted to have a site search but it doesn't work well when returning the results. It only seems to work well if everything is from the same table. i only see examples on things that have to to be figured out after searching the net for hours. If I have posts and video are they to go in the same table where I have a column called "video" that has yes or no and I filter my searches based on that? Where can I go and see some real tutorials on how to make a site. a site with multi nav links? And for someone responds with "well Laravel isn't really used for that" I have this question, why are tutorials made showing how to use Laravel to make a website? I just want to develop and not have to ask any more questions about things, That I feel, that should have been answered already. Like a full site search.
Please or to participate in this conversation.