Skip to content

Instantly share code, notes, and snippets.

View MehulBawadia's full-sized avatar

Mehul Bawadia MehulBawadia

View GitHub Profile
@MehulBawadia
MehulBawadia / inTerminal.sh
Created February 25, 2022 16:01
Switching PHP Versions
#!/bin/bash
# switch php version
# All at Once - Switching from PHP 7.4 to 8.0
sudo a2dismod php7.4 && sudo a2enmod php8.0 && sudo service apache2 restart
sudo update-alternatives --config php
[Choose appropriate number] for php8.0 (Generally is 6)