0

I develop a laravel app my computer using wamp server.I deploy the project into free web host. When I run this project ,it says error which is given below screenshot.

https://i.stack.imgur.com/414ae.png

Vam
  • 429
  • 1
  • 4
  • 13
  • http://stackoverflow.com/questions/18064612/how-to-enable-phps-openssl-extension-to-install-composer – Mihai Sep 22 '15 at 14:19

1 Answers1

0

Find your PHP installation folder

and when you find php.ini

remove the ";" in front of:

extension=php_openssl.dll

then restart ur php server.

Terrabyte
  • 342
  • 4
  • 15