它山之石可以攻玉

键盘上的生活
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

解决ThinkPHP6 控制器不存在:app\controller\Index

Posted on 2022-04-18 16:58  陈达辉  阅读(1395)  评论(0编辑  收藏  举报

https://blog.csdn.net/qq_39188306/article/details/103802661

https://www.yzlfxy.com/share/thinkphp/379871.html

复制vendor/composer/installed.json中的services值到vender/services的数组中

<?php 
// This file is automatically generated at:2022-04-18 16:22:08
declare (strict_types = 1);
return array (
    "think\\captcha\\CaptchaService","think\\app\\Service","think\\trace\\Service"
);