I need to pass a second argument to edit and update methods of a controller like: public functi...
I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...
I want to build a web based system to keep track of students attendance. I have these three tables r...
Thanks again @thomastkim, you are wonderful and yet helpful.
this is the solution: public function update(Request $request, $id) { $attendances = Attendance:...
Hooray!!!, I solved my problem, thanks for @thomastkim and @awsp for their hints.
awsp said: Like @thomastkim said, you are replacing a string to $attendance The return value of Re...
Thanks a lot @thomastkim for your guidance, and I just want you to guide me to series on php OOP ded...
The Laravel portal for problem solving, knowledge sharing and community building.
The community