找不到类“ App \ Libraries \ QRcode”-使用CodeIgniter-PHP-QR-Code Codeigniter 4

问题描述

我是Codeigniter 4的新手。我想在没有composer的情况下进行操作。我已经包含了使用命名空间的Library,并在控制器中使用它,但是问题仍然存在....


use App\Libraries\Ciqrcode;
public function qr_code()
    {
        $template = new Ciqrcode();

        $params['data'] = 'This is a text to encode become QR Code';
        $params['level'] = 'H';
        $params['size'] = 10;
        $params['savename'] = FCPATH.'tes.png';
        $template->generate($params);
    }

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)