public function view()
{
/* put stuff in main content section of the template*/
$this->skills = Request::forge('/rest/skills/main')->execute()->response()->body();
}
<pre>
<!--?= print_r($skills); ?-->
</pre>
The requested REST method returned an array or object:<br><br>[
{
"1": {
"id": "1",
"name": "Art \u0026 Design.",
"slug": "design",
"url": "\/design",
"category_id": null,
"description": "Design is a process that begins with your message and ends with a your creation.",
"parent_id": null,
"deleted_at": null,
"created_at": "1454400961",
"updated_at": null
},
"2": {
...
}
}
]1
It looks like you're new here. If you want to get involved, click one of these buttons!