I have 2 models defined: Program model: class Program extends \Eloquent { protected $guarded =...
Hello, I have 2 models. One is "developer" and the second is "program". One deve...
@TerrePorter, thanx ! , it was the "first()" thank you for the reference to https://github...
TerrePorter said: I think your missing a param in the where Program::where('name', '=' ,Input::get(...
ckissi said: My bad, I got ahead of myself. As others have stated: foreach ($developers as $develo...
My bad, I got ahead of myself. As others have stated: foreach ($developers as $developer) { fore...
zenry said: typo, $developers var_dump($developer->programs) returns string(2) "13"...
The Laravel portal for problem solving, knowledge sharing and community building.
The community