Change into a directory in your path like cd /usr/local/binphp
Get Composer curl -sS https://getcomposer.org/installer | phpcomposer
Make the phar executable chmod a+x composer.pharcurl
Change into a project directory cd /path/to/my/projecturl
Use Composer as you normally would composer.phar installcode
Optionally you can rename the composer.phar to composer to make it easierorm
if storage permission deniedget
You can input command thatinput
一、find storage -type d -exec chmod 777 {} \;
it
二、find storage -type f -exec chmod 777 {} \;
io