<i id='PUyS9'><tr id='PUyS9'><dt id='PUyS9'><q id='PUyS9'><span id='PUyS9'><b id='PUyS9'><form id='PUyS9'><ins id='PUyS9'></ins><ul id='PUyS9'></ul><sub id='PUyS9'></sub></form><legend id='PUyS9'></legend><bdo id='PUyS9'><pre id='PUyS9'><center id='PUyS9'></center></pre></bdo></b><th id='PUyS9'></th></span></q></dt></tr></i><div id='PUyS9'><tfoot id='PUyS9'></tfoot><dl id='PUyS9'><fieldset id='PUyS9'></fieldset></dl></div>
        <bdo id='PUyS9'></bdo><ul id='PUyS9'></ul>
      <legend id='PUyS9'><style id='PUyS9'><dir id='PUyS9'><q id='PUyS9'></q></dir></style></legend>
    1. <small id='PUyS9'></small><noframes id='PUyS9'>

    2. <tfoot id='PUyS9'></tfoot>

        如何在 Windows 上使用作曲家?

        How to use composer on windows?(如何在 Windows 上使用作曲家?)

            <tbody id='QBS7g'></tbody>

          <i id='QBS7g'><tr id='QBS7g'><dt id='QBS7g'><q id='QBS7g'><span id='QBS7g'><b id='QBS7g'><form id='QBS7g'><ins id='QBS7g'></ins><ul id='QBS7g'></ul><sub id='QBS7g'></sub></form><legend id='QBS7g'></legend><bdo id='QBS7g'><pre id='QBS7g'><center id='QBS7g'></center></pre></bdo></b><th id='QBS7g'></th></span></q></dt></tr></i><div id='QBS7g'><tfoot id='QBS7g'></tfoot><dl id='QBS7g'><fieldset id='QBS7g'></fieldset></dl></div>
          • <bdo id='QBS7g'></bdo><ul id='QBS7g'></ul>
            <legend id='QBS7g'><style id='QBS7g'><dir id='QBS7g'><q id='QBS7g'></q></dir></style></legend>

            <small id='QBS7g'></small><noframes id='QBS7g'>

                1. <tfoot id='QBS7g'></tfoot>
                  本文介绍了如何在 Windows 上使用作曲家?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我已经在我的电脑上安装了 xampp.之后我使用窗口安装程序安装了作曲家.在网站上,他们讲述了 composer.json 在示例中看起来像这样

                  I have installed xampp on my PC. After that I installed composer using window installer. On the website they tell about composer.json which looks something like this in the example

                  {
                  "require": {
                      "monolog/monolog": "1.2.*"
                  }
                  }
                  

                  我把它放在哪里?我该如何运行它?我搜索了很多,但一无所获.任何建议都会很棒.

                  Where do I put it? How do I run it? I have searched a lot but found nothing. Any suggestion would be great.

                  我以管理员身份使用以下命令运行命令提示符

                  I ran command prompt as administrator with following command

                  C:windowssystem32>composer
                  

                  它打印了一堆命令.我试着打字

                  It printed out a bunch of commands. I tried typing

                  C:windowssystem32>composer install 
                  

                  我收到 composer 找不到 composer.json 文件的错误

                  I got an error that composer could not find composer.json file

                  推荐答案

                  好的,假设您的网站位于:

                  Okay, let's say your website is at:

                  C:xampphtdocsmywebsite
                  

                  你应该把 Composer 文件放在:

                  You should put the Composer file at:

                  C:xampphtdocsmywebsitecomposer.json
                  

                  然后,在您的终端中,使用以下两个命令:

                  Then, in your terminal, use these two commands:

                  cd C:xampphtdocsmywebsite
                  composer install
                  

                  应该是这样的.

                  您可以使用 Composer 做各种其他事情.找出终端中的 composer 类型.它将显示您可以使用的命令列表.

                  You can do various other things with Composer. To find out what type composer in your terminal. It will show you a list of commands you can use.

                  如果您想了解更多关于命令的信息,可以使用 composer help [COMMAND],如下所示:

                  If you want to know more about a command then you can use composer help [COMMAND], like so:

                  composer help install
                  

                  这篇关于如何在 Windows 上使用作曲家?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                    <legend id='U3y0T'><style id='U3y0T'><dir id='U3y0T'><q id='U3y0T'></q></dir></style></legend>

                    <tfoot id='U3y0T'></tfoot>
                      <tbody id='U3y0T'></tbody>

                        <small id='U3y0T'></small><noframes id='U3y0T'>

                        <i id='U3y0T'><tr id='U3y0T'><dt id='U3y0T'><q id='U3y0T'><span id='U3y0T'><b id='U3y0T'><form id='U3y0T'><ins id='U3y0T'></ins><ul id='U3y0T'></ul><sub id='U3y0T'></sub></form><legend id='U3y0T'></legend><bdo id='U3y0T'><pre id='U3y0T'><center id='U3y0T'></center></pre></bdo></b><th id='U3y0T'></th></span></q></dt></tr></i><div id='U3y0T'><tfoot id='U3y0T'></tfoot><dl id='U3y0T'><fieldset id='U3y0T'></fieldset></dl></div>
                        • <bdo id='U3y0T'></bdo><ul id='U3y0T'></ul>