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.
openssl and tokenizer php extensions are included in php-common.x86_64 package, you have to launch this command
$ yum install php-common.x86_64 php-mbstring.x86_64
This question was answered by @muhammadsufiyan:
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
You can see the comment here.
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