Hi Guys,
Long time lurker, first time poster! Thanks for all the hardwork on sage, I have recently adopted it to modernise my wordpress workflow & it seems a treat to use.
One question I have is on my blade template, I have some inline that needs to call a php file in my /app/ folder. When I try __DIR__."/app/myfile.php
the eror I get is that its looking in an acorn cache file:
Illuminate \ View \ ViewException (E_ERROR)
Failed opening required '/Users/me/dev/mysite/app/public/wp-content/cache/acorn/views/app/openai.php' (include_path='.:/usr/share/php:/www/wp-content/pear') (View: /Users/me/dev/mysite/app/public/wp-content/themes/austin_kemp/resources/views/page-ai.blade.php)
Any tips would be greatly appriciated!
Take it easy!