728x90
#### PHP Excel Library 설치를 위한 Composer 설치 #####
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
composer -V
export COMPOSER_ALLOW_SUPERUSER=1
composer -V
echo "export COMPOSER_ALLOW_SUPERUSER=1" >> ~/.bashrc
cat ~/.bashrc | grep export
cd /var/www/html/
composer require phpoffice/phpspreadsheet
728x90
'리눅스' 카테고리의 다른 글
CentOS 5.9 확장모듈 추가 설치 (0) | 2021.07.21 |
---|---|
CentOS 5.9 YUM 설치 불가 해결 (0) | 2021.07.21 |
일반사용자 root 권한 부여 (0) | 2021.04.10 |
yum update 시 에러 Berkeley DB library error (0) | 2021.03.24 |
No input file specified 발생문제 해결방법 (0) | 2021.03.24 |