pixelcollective / acorn-db

Provides Acorn projects with Eloquent Models for WordPress data.
MIT License
35 stars 8 forks source link

Missing docs, "Out of the box support for Advanced Custom Fields." #7

Open dsturm opened 4 years ago

dsturm commented 4 years ago

Hey @kellymears,

the README lists "Out of the box support for Advanced Custom Fields". I'm not sure, but don't we need the corcel/acf package for this?

Best

kellymears commented 4 years ago

@dsturm this is true. previously I had taken on a lot more of what corcel explicitly handles now, so the ACF stuff was included. It is no longer included, but adding wrappers for those models is pretty trivial. I'lll hopefully have some time this weekend.