Skip to content

Error In Echarts.php line 164 : Call to undefined function Encore\Admin\Widgets\Echarts\array_set() #3

@Harry-Wong

Description

@Harry-Wong

我在我的laravel-admin中按照本文安装方法安装之后,将示例代码替换了原始HomeController.php文件中的相应部分,运行后提示

Error In Echarts.php line 164 :
Call to undefined function Encore\Admin\Widgets\Echarts\array_set()

我在Echarts.php line 164 发现的代码是:
if (!$this->showToolbox) {
array_set($this->toolbox, 'show', false);
}
我用的是phpstrom,按住ctrl方到array_set函数名上确实显示找不到,而这段代码下面的data_set函数就可以找到,我把上面三行代码注释掉之后,网页正常运行了。但我不知道为什么array_set这个函数会找不到……

虚心求教

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions