📅  最后修改于: 2022-03-11 14:50:11.611000             🧑  作者: Mango
# 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/