POKERWOW
How to handle hidden fields of a model?
I have a model with multiple hidden fields (url, external_id, ...) and I created a Resource to create/update every records BUT all hidden fields of the model are not hydrated with data
Do you know if I can update the results of the eloquent query to add makeVisible() function somewhere?
3 replies