It would be possible to do it in a single query if you use the query builder's union. http://laravel...
ChrisSoutham said: Out of interest, what happens if you dd($companies); before your return View::ma...
citricsquid said: Forcing Laravel to guess based on the URL which method on what controller should...
It should be fine as long as you don't make another sql query for each "view". Belar said...
I think you're missing something when you're returning the View::make from the controller. return Vi...
The Laravel portal for problem solving, knowledge sharing and community building.