久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      composer require如何加載本地?cái)U(kuò)展包

      下面由composer教程欄目帶大家介紹composer require 加載本地?cái)U(kuò)展包,希望對(duì)需要的朋友有所幫助!

      創(chuàng)建目錄composerLocal,composer init(一路回車)

      mkdir composerLocal && cd composerLocal composer init

      創(chuàng)建packages目錄創(chuàng)建一個(gè)擴(kuò)展包

      mkdir packages && cd packages

      創(chuàng)建一個(gè)擴(kuò)展包

      mkdir -p hail812/hello && cd hail812/hello composer init # 一路回車

      擴(kuò)展包的composer.json文件中,name 和 目錄名一致

      配置composer.json

      配置擴(kuò)展包的composer.json的autoload
      配置項(xiàng)目根目錄下composer.json的repositories

      目錄結(jié)構(gòu)

      composer require如何加載本地?cái)U(kuò)展包

      擴(kuò)展包c(diǎn)omposer.json

      composer require如何加載本地?cái)U(kuò)展包

      根目錄下composer.json

      composer require如何加載本地?cái)U(kuò)展包

      執(zhí)行 composer require

      composer require hail812/hello:dev-master

      項(xiàng)目中會(huì)增加vendor目錄

      測(cè)試,新建index.php文件

      composer require如何加載本地?cái)U(kuò)展包

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)