Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Last active December 25, 2022 12:08
Show Gist options
  • Save GitHub30/dd97df49363dee5f12efc67c911cc1e2 to your computer and use it in GitHub Desktop.
Save GitHub30/dd97df49363dee5f12efc67c911cc1e2 to your computer and use it in GitHub Desktop.
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