This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Description
Sorry for another message! I tried recreating the single post images example verbatim for the single controller and blade template (including creating an ACF images field). However, when I go to the single post, it says Undefined variable: images
.
When I include @controller
on the blade template it outputs the exact same text @controller
When I include @debug
on the blade template it outputs controller debugger:
and that's it.
I'm on the latest release and php7.0.15
Any thoughts on how I can troubleshoot this or why my class method is not converting into a variable?