corcel / corcel/acf

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

Open
#92 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.