We require emoji support for a legacy Laravel 3 system using MySQL 5.5 - we believe have utf8mb4 support for the table since it stores an emoji character without an error after updating the table and we can see the value in MySQL Workbench.
We, receive a ?
character instead of the emoji in the front end and http response from Laravel 3 so we suspect there is a lack of support there.
Is there a way to update Laravel 3 config to support this? We can't update to a higher version at this stage.