Question:
I'm just learning about Laravel 5 and I have a problem, all text I write with special characters is converted to '�'.
I've tried every kind of charset configuration from ISO-8859-1 to UTF-8.
Is there any way to configure this in laravel so you don't have to type everything with &; ?
Answer:
I didn't use Laravel, but most frameworks have a charset configuration (it's also worth remembering that your database is in the same charset).
This link may solve your problem.