nemuroito
nemuroito

Reputation: 179

Laravel 5 : Call to undefined function Illuminate\Foundation\Bootstrap\mb_internal_encoding()

I am using https://github.com/bestmomo/laravel5-example and just cloned it. But i got this message. Googled everywhere but no results. Perhaps someone experiencing this? I am newbie to L5

Error displayed

Upvotes: 2

Views: 19226

Answers (1)

Konstantin Elstner
Konstantin Elstner

Reputation: 113

had the same problem, solution is to enable the mbstring php extension: https://laracasts.com/discuss/channels/general-discussion/call-to-undefined-function

In my case (AMPPS), I had to disable and reenable it + apache restart.

Upvotes: 11

Related Questions