简体   繁体   English

安装库时Composer ErrorException

[英]Composer ErrorException when installing libraries

I'm working on installing a codebase from github (which is still in Pre-release stages). 我正在从github(仍处于预发行阶段)安装代码库。 I am able to clone, from GitHub, to my working WAMP server. 我可以从GitHub克隆到我的工作WAMP服务器。 When I try to run "composer install" it eventually runs into an exception and I'm not entirely sure how to fix it? 当我尝试运行“ composer install”时,它最终会遇到异常,并且我不确定如何解决该异常? Am I missing local libraries in PEAR / php? 我是否缺少PEAR / PHP中的本地库?

Writing lock file
Generating autoload files
exception 'ErrorException' with message 'call_user_func() expects parameter 1 to be a valid callback, function 'mb_strto
lower' not found or invalid function name' in C:\Apache24\htdocs\streams\vendor\laravel\framework\src\Illuminate\Support
\Pluralizer.php:258

The exception as a gist with stack trace and more: 作为具有堆栈跟踪和更多内容的要点的例外:
https://gist.github.com/markbratanov/386be4c492dc16b8b43f https://gist.github.com/markbratanov/386be4c492dc16b8b43f

Any help / comments / advice would be appreciated 任何帮助/意见/建议将不胜感激

You need to install / enable the mbstring extension. 您需要安装/启用mbstring扩展。

Further information can be found on php.net 进一步的信息可以在php.net上找到

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM