#Get model schema
2 messages · Page 1 of 1 (latest)
Eloquent uses the Active Record pattern, so there is no schema for models and the fields
2 messages · Page 1 of 1 (latest)
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
Eloquent uses the Active Record pattern, so there is no schema for models and the fields