I have copy my new Laravel project in my new directory. But my project is not included with \"vendor\" directory. So I run command:
composer install
<
i was also getting same error when i try to access my project like
localhost/myproject/
Let me tell you my case:-
1.)i was install my laravel project on lamp server and after some time i move project to xampp server.
2.)i try to access project and then i get this SEXY error :). Then i go to my php.ini file in (xampp server) and change setting of OpenSSL support to enable and i get rid off that error.
3.)When i echo phpinfo() i get o/p like:-
openssl
OpenSSL support -->**enabled**
OpenSSL Library Version -->**OpenSSL 0.9.8y 5 Feb 2013**
OpenSSL Header Version -->**OpenSSL 0.9.8y 5 Feb 2013**
that's all i do for enjoy this :) oohh my laravel version is 4.1