I’m learning a lot about these eloquent relationships but I’m not quite there in my understanding. I...
Hi I’ve followed all the Laravel documentation on relationships but am still having a problem. I hav...
Answer from laracasts: attach does not work like that. Let me take out two lines of code: $candidate...
Fixed it! :) public function rules() { $rules = []; foreach($this->input('candidates') a...
The Laravel portal for problem solving, knowledge sharing and community building.