#Get model schema

2 messages · Page 1 of 1 (latest)

reef elk
#

Is there a way to get an eloquent model's schema as a field: type map in some way? preferably with additional meta data as well, like relationships and casts
I can't find anything on model introspection

left nacelle
#

Eloquent uses the Active Record pattern, so there is no schema for models and the fields