SyntaxFix
Write A Post
Hire A Developer
Questions
Are you using php 5.4 on your local? the render line is using the new way of initializing arrays. Try replacing ["title" => "Welcome "] with array("title" => "Welcome ")
["title" => "Welcome "]
array("title" => "Welcome ")