📌  相关文章
📜  供应商 autoload.php 下载 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:11.611000             🧑  作者: Mango

代码示例1
# Create composer.json by initializing composer by:
composer init
# Create vendor/autoload.php by:
composer install

# Make sure you installed composer, if you haven't use:
sudo apt install composer # Linux
# For a other OS visit: https://getcomposer.org/download/