Questions tagged as 'eloquent'

1
answer

laravel Eloquent: Relationships error to print the data in the view

I'm making a query with elounque and I'm using the with () here is the code, the idea is that the field id_estado is a key forania and and that key attract more data, I make the query the problems is when I print it out error $Solicitude = Sol...
asked by 17.03.2018 / 17:30
1
answer

Load data in specific columns

I have a collection that brings me data from the station table, equipment table related to that station and the parameters that each team can measure. This is obtained through the relationships in the models. Estacion Equipo Equipo_estacio...
asked by 26.04.2017 / 16:33
1
answer

Laravel and the treatment of dates

Gentlemen, I'm getting a date in this DD / MM / YYYY format, and since I'm using MYSQL, I have to save it in YYYY-MM-DD. The issue is that I'm using eloquent and I'm doing something like this: public function create(Request $request) $tabla...
asked by 20.02.2018 / 19:32