automate manually process from websites
How to automate manually process from different websites, crm & dsahbaords. Every day with username and password to web dashboard of companies we manage online campaigns for them. Some of the...
How to automate manually process from different websites, crm & dsahbaords. Every day with username and password to web dashboard of companies we manage online campaigns for them. Some of the...
Introduction PHP Composer is an application that tracks dependencies for a project. It does not replace system package managers like apt or yum. Composer allows you to specify a set...
Install Virtualmin on Ubuntu 20.04 LTS Focal Fossa Step 1. First, make sure that all your system packages are up-to-date by running the following apt commands in the terminal. sudo apt update...
Update for php7.x (tested on Ubuntu 16.04, 16.10, 18.04, 18.10) Thanks to the comments, I update the answer for php7.x. Install: sudo apt-get install apache2 php7.x libapache2-mod-php7.x Verify:...
Multiple PHP Versions 1 Introduction 2 Installing PHP 7.3 on CentOS 6 and 7 2.1 Notes about CentOS 2.2 Install the SCL Repo 2.3 Install the PHP packages 3 Installing PHP 7.4 and/or 8.0 on...
composer require <vendor><package name> Error: phpoffice/phpspreadsheet require ext-zip * -> it is missing from your system. Install or enable PHP’s zip extension. Answer:...