I want install magento 2 in my aapanel
and the tutrorial say :
Step 5: Install Composer
Download Composer and install or you can use command line to install Composer
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
Check Composer installed or not just type:
composer -v
Ouput:
/ _/ ____ ___ ____ ____ ________ _____
/ / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ /
/ // // / / / / / / // / // (__ ) / /
_/_// // // ./_//_//
//
Composer version 1.8.5 2019-04-09
how can i install that?
without composer the web page say:
Autoload error
Vendor autoload is not found. Please run 'composer install' under application root directory.
Thanks you for helping, sorry for my bad english.