corcel / acf

Advanced Custom Fields (ACF) plugin for Corcel
126 stars 98 forks source link

How to get the ACF Group Field value on corcel / acf? #92

Open forevereffort opened 4 years ago

forevereffort commented 4 years ago

I am working on Laravel + Wordpress Project by using corcel. but I can't get the ACF group field value like the following.

use Corcel\Model\Page;

$homePage = Page::home()->first();
dd($homePage->acf->gig_category_section);

above output is null. How can I get the ACF group field value by using corcel/acf?