alecritson / Placid-Statamic

Consume REST services in your templates
MIT License
54 stars 1 forks source link

Placid with Laravel Blade template #16

Closed mschlosser22 closed 6 years ago

mschlosser22 commented 6 years ago

I'm currently using Laravel Blade template in Statamic instead of the Antlers templates. How would I reproduce the following in a Blade template:

{{ placid:request url="http://someurl.ngrok.io/api/form/9" cache="0" refresh="1200" }} {{ response }} {{ /response }} {{ /placid:request }}

alecritson commented 6 years ago

I'm not entirely sure to be honest. I've never tried to use Statamic in that way before and I don't think this is specifically related to the plugin. It'd be best to check out the docs and/or ask on the Slack channel.