[warring] : errStr:Module 'pcntl' already loaded,errFile:Unknown,errLine:0
说明:
说明你的php
已经安装了pcntl
,不用再安装。
你可以在php.ini
中注释掉pcntl
扩展
如:;extension=pcntl.so
说明你的php
已经安装了pcntl
,不用再安装。
你可以在php.ini
中注释掉pcntl
扩展
如:;extension=pcntl.so
app\middleware.php
<?php
// 全局中间件定义文件
return [
// 跨域请求
\think\middleware\AllowCrossDomain::class
];
传送门:https://blog.csdn.net/m0_46623277/article/details/108007011
https://www.21doc.net/php/awesomephp
https://symfony.com/doc/current/workflow.html
蛮好的。