I have been trying to install Laravel framework on WAMP. I been following the steps from http://laravel.com/ and Installing Laravel 4.1 in Windows 7 // Make .phar file globally available to windows command line
When i run the command composer create-project laravel/laravel --prefer-dist , getting the error message [RuntimeException] You must enable the openssl extension to download files via https
But i have enabled openssl in php.ini by removing the comment sign. Please help