본문 바로가기
Infomation

class redis not found laravel for mac

by Happens 2023. 3. 8.
반응형
class redis not found laravel for mac

개발용 셋팅중 class redis not found laravel 에러가 발생했다. 

pecl install redis 명령로 php redis 확장 설치했다.

undefined constant redis::serializer_igbinary 에러가 발생했다.

pecl install igbinary 명령어로 serializer 라이브러리를 설치했다.

undefined constant redis::compression_zstd 에러가 발생했다.

pecl install zstd 명령어로 압축 라이브러리를 설치했다.

안된다...

난 그냥.. migrate 돌려서 DB 스키마만 좀 확인하고 싶었어.. 

config/database.php 파일을 깠다.

해당 녀석들을 주석처리를 했다.

잘된다..

valet 이나 php-switcher 에서 뭔가 꼬인거 같은데.. 

잘되면 그만이지 뭐...

반응형