You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing this plugin and working fine for all field types except Image and File. When I try to access those field, the port of laravel server changes.
I am trying to access as below:
$page = Corcel\Model\Page::find(2);
return $page->acf->image_1;
OR
return $page->acf->custom_file;
The same works for others including the repeater. Anything I am doing wrong?
Image for reference: https://i.imgur.com/NZxE6JQ.png
The text was updated successfully, but these errors were encountered:
I am testing this plugin and working fine for all field types except Image and File. When I try to access those field, the port of laravel server changes.
I am trying to access as below:
The same works for others including the repeater. Anything I am doing wrong?
Image for reference: https://i.imgur.com/NZxE6JQ.png
The text was updated successfully, but these errors were encountered: