ioncube installation on cloudpanel Rumi, September 6, 2026 unfortunately, cloudpanel doesnt come with preinstalled ioncubeloader. So here goes the hack, but before doing so, the primary old link that I posted years ago still fits in- Install ionCube Loader on a CentOS 7 So, later part I’ll just addon how did I solve. In my case, my cloudpanel… Continue Reading
Installing Laravel 9 with php 8.1 and Apache2 using Ubuntu 22 Rumi, February 11, 2024 Connect to your ubuntu instance. 1. Install Apache sudo apt update sudo apt install apache2 sudo systemctl status apache2 2. Install PHP 8.1 sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt install php8.1 libapache2-mod-php8.1 sudo systemctl restart apache2 3. Install required PHP extensions for Laravel 9 sudo apt install… Continue Reading