Can't install xdebug on Mac with Homebrew

前端 未结 11 811
小蘑菇
小蘑菇 2020-12-24 01:31

I\'m kind of new to using Homebrew, but I love it. It\'s so easy. I\'m trying install Xdebug. Some of the posts on the web say to do this:

brew install xd         


        
11条回答
  •  感情败类
    2020-12-24 01:48

    I'd found this page while googling how to install xdebug for php 7.1 on osx, and I've decided to leave here my solution:

    brew install homebrew/php/php71-xdebug
    

    Maybe it'll be helpful for someone else in future...

提交回复
热议问题