When the data is: $data = ["something" => "value"]; And using: {{Something}} The replacement not working. Where I need to add strtolower before to disable the Casesensitive? Thanks
When the data is:
$data = ["something" => "value"];
And using:
{{Something}}
The replacement not working.
Where I need to add strtolower before to disable the Casesensitive?
Thanks