Last active
December 25, 2022 12:08
-
-
Save GitHub30/dd97df49363dee5f12efc67c911cc1e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install -y php8.2 php8.2-xml php8.2-curl php8.2-xdebug iputils-ping | |
echo xdebug.mode=profile | sudo tee -a /etc/php/8.2/cli/conf.d/20-xdebug.ini | |
echo xdebug.output_dir=$HOME | sudo tee -a /etc/php/8.2/cli/conf.d/20-xdebug.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment