PHP·98 questions

What is Composer?

Answer
PHP dependency manager.
composer init — create a project.
composer require vendor/package.
composer.lock locks versions.
require 'vendor/autoload.php'.
Was this answer helpful?

More questions in this topic

Related questions from other topics