小编Pyr*_*mes的帖子

laravel / framework需要ext-mbstring

我正在使用Kali linux,并且在安装laravel框架时遇到困难。我喜欢在不同环节havelooked了一个和manyothers但似乎没有任何工作。我所做的每一件事。它不断带来这个错误

laravel/framework v5.5.9 requires ext-mbstring -> ...
...
Run Code Online (Sandbox Code Playgroud)

例如:

root@iO-PC:/opt/lampp/htdocs/projects# composer create-project laravel/laravel Test "5.5.*"
Run Code Online (Sandbox Code Playgroud)

处理中。这就是显示的内容。

    Installing laravel/laravel (v5.5.28)
  - Installing laravel/laravel (v5.5.28): Loading from cache
Created project in Test
> @php -r "file_exists('.env') || copy('.env.example', '.env');"
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laravel/framework v5.5.9 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your …
Run Code Online (Sandbox Code Playgroud)

installation laravel laravel-5.5

5
推荐指数
3
解决办法
8762
查看次数

标签 统计

installation ×1

laravel ×1

laravel-5.5 ×1