How to get the ACF Group Field value on corcel / acf?
Open
- Dominant language
- PHP
- Stars
- 132
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.