After digging around I found out that this was due to a really silly issue... everything was actually being inserted into the DB correctly, but apparently the MySQL cli doesn't use utf8 by default. Running the cli with the --default-character-set=utf8 flag made everything show up corectly. I hope this saves someone else some time.
jacobogreen said:
After digging around I found out that this was due to a really silly issue... everything was actually being inserted into the DB correctly, but apparently the MySQL cli doesn't use utf8 by default. Running the cli with the --default-character-set=utf8 flag made everything show up corectly. I hope this saves someone else some time.
Thanks, your solution is really save hours for me.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community