thinphp6.0.7 视图无法与验证码共存

浏览:561 发布日期:2021/04/24 分类:ThinkPHP6专区 关键字: 视图 验证码
D:\www\www_bct_com>composer require topthink/think-captcha
PHP Warning: Module 'fileinfo' already loaded in Unknown on line 0
Using version ^3.0 for topthink/think-captcha
./composer.json has been updated
Running composer update topthink/think-captcha
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
- Locking topthink/think-captcha (v3.0.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 2 removals
- Removing topthink/think-view (v1.0.14)
- Removing topthink/think-template (v2.0.8)
- Installing topthink/think-captcha (v3.0.3): Extracting archive
Generating autoload files
> @php think service:discover
安装视图后再安装验证码就会被删除视图;
安装验证码后再安装视图就会被删除验证码;
最佳答案
评论( 相关
后面还有条评论,点击查看>>