环境:centos 宝塔上php安装插件PHP-Xlswriter,代码中报错:Vtiful\Kernel\Exception: Configure 'path' directory does not exist in
php -m 中有这个插件
php --ini目录中找到了php.ini 是有这个配置的文件如下:
webman我有进行重启
$config = [
'path' => public_path() . '/excel/',
];
$fileName = $fileName . '.xlsx';
$xlsxObject = new \Vtiful\Kernel\Excel($config);
Vtiful\Kernel\Exception: Configure 'path' directory does not exist in
项目里面这个目录不存在吧
哦哦,谢谢。没注意,我以为是插件类
你的public目录下没有excel目录,跟插件没关系
是的,我没注意到,谢谢