SyntaxFix
Write A Post
Hire A Developer
Questions
Going to your config/database.php and change the charset and collation from utf8mb4 to utf8
config/database.php
'charset' => 'utf8', 'collation' => 'utf8_unicode_ci',
My problem solved using this method, good luck dude!