Question
How to install OpenSSL PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension in CentOS 7.0 x64
I m trying to configure Laravel 5.1, Laravel requirement is
PHP >= 5.5.9
OpenSSL PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
this might help you, try to run below command using putty:
yum search php-
it will show you a list of available extensions then to install you need to run below command:
sudo yum install php-extension-name-here