Posts by Albino Mateve • 1 point
3 posts
-
0
votes1
answer192
viewsQ: Call to a Member Function Pluck() on null
In the following code, the following error occurs, which I cannot understand why: Call to a Member Function Pluck() on null public function edit($id) { $user = User::find($id); $roles =…
laravelasked Albino Mateve 1 -
0
votes1
answer263
viewsQ: How to display Data in datatables in the Laravel with related tables
In the image we have the student table that is related to discipline and discipline with teachers. I want to know how to display the data of these tables in a datatables in the language…
-
0
votes1
answer29
viewsQ: how to filter data from a table
I have a table estagiario related to a table areas, and the table areas in turn this related to the table departamento. I can even list all the interns used the following function: public function…
laravelasked Albino Mateve 1