php - No vendor folder after installing laravel using composer
过去多啦不再A梦
过去多啦不再A梦 2017-06-27 09:17:41
0
4
1434

After I installed the laravel scaffolding according to the command provided by the official document (as shown below), I found that there is no vendor folder. I have tried composer install/update, but there is still no such folder (as shown in the second picture below) ,What is the situation here

-----------Patch:
The answer has been found. It turns out that the mbstring extension=php_mbstring.dll in php.ini needs to be enabled

过去多啦不再A梦
过去多啦不再A梦

reply all (4)
漂亮男人

As mentioned above, you lack expansion. Open your mbstring extension

    扔个三星炸死你

    If it doesn’t work, you can download the one-click installation package. That’s what I did yesterday
    Address: http://download.laravelacadem...

      大家讲道理

      It may be because of the need to circumvent the firewall. Does composer use domestic mirrors

        某草草

        An extension named mbstring is missing.
        1. If you are using an integrated development environment, add the extension, or delete the extension in php.ini.
        2. If there is no such extension, output php through phpinfo() For information, download one from the official website.

          Latest Downloads
          More>
          Web Effects
          Website Source Code
          Website Materials
          Front End Template
          About us Disclaimer Sitemap
          php.cn:Public welfare online PHP training,Help PHP learners grow quickly!