0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Laravel Adminで日本語が文字化けして四苦八苦した話

Posted at

自分で書いたLaravelは問題ないのに、Laravel Admin で日本語をpostすると文字化けされることを確認。
最初はDBに保存されるときに、文字化けされるものと探っていたが、Laravel Admin処理内で request -> all() をdumpしたところ、この段階で文字化けが発生している模様。

結果的には mbstring.http_input が auto になっていたため、変に変換されているものと思われた。
passにしたところ、正常に表示された。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?