composer create-project flarum/flarum . --stability=beta
Run Code Online (Sandbox Code Playgroud)
我尝试运行此命令,但它给了我这个错误.
[RuntimeException]
The openssl extension is required for SSL/TLS protection but is not availab
le. If you can not enable the openssl extension, you can disable this error
, at your own risk, by setting the 'disable-tls' option to true.
Run Code Online (Sandbox Code Playgroud)
我试图将"extension = php_openssl.dll"添加到"php.ini",但它仍然出现此错误
所以我只是使用命令创建了一个新项目:
laravel new blog
Run Code Online (Sandbox Code Playgroud)
然后我开始更改目录并执行命令
php artisan serve
Run Code Online (Sandbox Code Playgroud)
这就是发生的事情,更多细节: