I have a piece of code and I\'m trying to find out why one variation works and the other doesn\'t.
return View::make(\'gameworlds.mygame\', compact(\'fixture
I was able to use
return View::make('myviewfolder.myview', compact('view1','view2','view3'));
I don't know if it's because I am using PHP 5.5 it works great :)