My Eloquent model Module has many Sections. I can query thus: Module::with('sections')->get();...
It wouold be better to put the code in a seperate class or on your model, instead of cluttering up y...
$data = array( 'partner' => Input::get('partner'), 'email' => Input::get('ema...
Wow! I don't understand one iota of this code, but.... it works (after changing your typo Posts to S...
The Laravel portal for problem solving, knowledge sharing and community building.
The community