How to determine if composer is successfully installed?
Run composer -V on the command line. If the version number is displayed, it means it has been installed.
You can just run the command composer on the command line. If the installation is successful, a composer image and a lot of options will appear
Just check the COMPOSER version to confirm
Run composer -V on the command line. If the version number is displayed, it means it has been installed.
You can just run the command composer on the command line. If the installation is successful, a composer image and a lot of options will appear
Just check the COMPOSER version to confirm