All right, this is really no rocket science it’s just something I needed and took me some time to figure out.
-
"fullName""`$human->first` `$human->last`"}
or more robust version:
-
"fullName"}
-
{$human->first} {$human->last}
-
All right, this is really no rocket science it’s just something I needed and took me some time to figure out.
or more robust version: