Composer 메모리 초과 오류 해결
COMPOSER_MEMORY_LIMIT=-1 composer require PACKAGE_NAME
위처럼 쓰면 php.ini의 최대 메모리 제한을 건들지 않고 패키지를 설치할 수 있다.
Newbie iOS developer
COMPOSER_MEMORY_LIMIT=-1 composer require PACKAGE_NAME
위처럼 쓰면 php.ini의 최대 메모리 제한을 건들지 않고 패키지를 설치할 수 있다.
최신 댓글