我正在使用https://github.com/bestmomo/laravel5-example并且正在克隆它。但我得到了这个消息。用Google搜索,但没有结果。也许有人经历过这个?我是L5的新手
答案 0 :(得分:11)
有同样的问题,解决方法是启用mbstring php扩展: https://laracasts.com/discuss/channels/general-discussion/call-to-undefined-function
在我的情况下(AMPPS),我必须禁用并重新启用它+ apache restart。