spatie / laravel-web-tinker

Tinker in your browser
https://spatie.be/open-source
MIT License
1.05k stars 68 forks source link

Encoding issues with Laravel 6 #69

Closed rohit-nava closed 3 years ago

rohit-nava commented 3 years ago

I installed this package on Laravel 6 project. But I am encountering some encoding problems. Please see the screenshot below. I don't face such a problem with tinker in the terminal, it is only happening in tinker-web. I checked both Chrome and Safari are having the same problem. I am using a Mac. Any suggestions how to fix this?

Screenshot 2020-12-06 at 10 21 21 PM

I came across similar issues with tinker in terminal on stackoverflow, but my problem is only with this package, not in the terminal: https://stackoverflow.com/questions/33537366/artisan-showing-inserting-32m-344m-and-similar/39955445

Any help is greatly appreciated!