亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Laravel 5.1 installation prompts an error when accessing localhost?
黃舟
黃舟 2017-05-16 16:53:36
0
3
528

I used phpstudy to configure the php environment (php7.0n)

Modified the configuration file php.ini:
1. Remove the semicolon in front of extension=php_mbstring.dll
2. Remove the semicolon in front of extension=php_openssl.dll
3.extension_dir = "D :\Application\phpStudy\php70n\ext"

cd locates the laravel-v5.1.11 directory, enter and execute the php artisan serve command

Then visit http://localhost:8000/

But it seems that the picture is not the same as expected....
Prompt error: Fatal error Call to undefined function Illuminate Encryption openssl_encrypt

黃舟
黃舟

人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!

reply all(3)
世界只因有你

Inside php.ini

//去掉分號(hào):
;extension=php_mcrypt.dll

Then restart the server

迷茫

;extension=php_openssl.dll
Just remove the ; before the above code in php.ini

黃舟

I also encountered it today, and it took me a long time to solve it by climbing over the wall.

1. Copy libeay32.dll and ssleay32.dll from the PHP installation root directory, and overwrite the corresponding files under apache/bin.
2. Restart apache.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template