laracraft-tech / laravel-xhprof

Easy XHProf setup to profile your Laravel application!
MIT License
219 stars 11 forks source link

sudo: add-apt-repository: command not found #14

Closed drewgallagher closed 1 year ago

drewgallagher commented 1 year ago

When trying to install the extension, I get the following error on Mac OS Monterey

➜  ~ sudo add-apt-repository ppa:ondrej/php

Password:
sudo: add-apt-repository: command not found
➜  ~ 
Sairahcaz commented 1 year ago

Hi @drewgallagher you can't use add-apt-repository on Mac since it's a Linux/Ubuntu command. I guess you have to use Homebrew for that. You may try: brew install php-xhprof