Saturday, April 26, 2014

php laravel 4 "You need to specify a file path to store the seed.

This Error happened because your php version is not loading the openssl extension , check the php.ini file and un-comment  this line :

;extension=php_openssl.dll


to be like this :

extension=php_openssl.dll

No comments:

Post a Comment