I need to make my Ubuntu 16.04. Is there a way using the GUI or is the simplest way to do this by using terminal?
I have already installed PHP 7.1, MariaDB.
I need to enable:
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Laravel Server Requirements mentions that
BCMath
,Ctype
,JSON
,Mbstring
,OpenSSL
,PDO
,Tokenizer
andXML
extensions are required. Most the extensions are installed and enabled by default.You can run the following command in Ubuntu to make sure the extensions are installed.
PHP version specific installation (if PHP 7.4 installed)
You may need other PHP extensions for your composer packages. Find from links below.
PHP extensions for Ubuntu 16.04 LTS (Xenial)
PHP extensions for Ubuntu 18.04 LTS (Bionic)