Step-by-Step Guide: Updating PHP from Version 8.1 to 8.3 on Linux (ubuntu)
Simply follow the commands below to effortlessly upgrade PHP from version 8.1 to 8.3 on your Ubuntu operating system:
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
in my case Nginx
sudo apt-get update
Instal...
mandeepsingh.hashnode.dev1 min read