You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo apt update
sudo apt install php8.2-{curl,cli,zip,xml,intl,mbstring,mysql,pgsql,gd,sqlite3,redis,xdebug} nginx
php -r "readfile('https://getcomposer.org/installer');" | sudo php -- --install-dir=/usr/bin/ --filename=composer
echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' | tee -a ~/.bashrc
source ~/.bashrc # or you can close and reopen the ssh