How to return blob in Joomla 5 API
I am writing a custom plugin api that should return pdf, i am using Joomla 5 but i see that it only supports JSON as a return via the View, not only that, but it also requires you to be working with Full MVC structure, is there a away to not do that? i want the flexibility to return a blob or text or whatever from inside the Controller.
How to return blob in Joomla 5 API
I am writing a custom plugin api that should return pdf, i am using Joomla 5 but i see that it only supports JSON as a return via the View, not only that, but it also requires you to be working with Full MVC structure, is there a away to not do that? i want the flexibility to return a blob or text or whatever from inside the Controller.
How to return blob in Joomla 5 API
I am writing a custom plugin api that should return pdf, i am using Joomla 5 but i see that it only supports JSON as a return via the View, not only that, but it also requires you to be working with Full MVC structure, is there a away to not do that? i want the flexibility to return a blob or text or whatever from inside the Controller.