I am using maatwebsite Laravel Excel and what I’m trying to do is import a csv and then display the...
I have a form that has dynamic properties to add new rows of input. In this case candidates. As you...
What I’m trying to do is when a new candidate is created an extra field is automatically populated i...
Does anyone have any idea how to perform validation on something like the dynamic form below? <in...
I’m very new to Laravel so please forgive me if this is a daft question. I’m not even sure of the na...
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.
The community