ichynul / configx

[laravel-admin]增加/修改配置项,管理网站的配置(Add / edit configuration, Manage site configuration)
https://gitee.com/ichynul/configx
MIT License
32 stars 7 forks source link

安装完成之后,/admin/configx/edit报了这个错 #24

Open phpervip opened 4 years ago

phpervip commented 4 years ago

请问是哪里设置不对吗?

Symfony\Component\Debug\Exception\FatalThrowableError Call to a member function pushField() on null http://laravel6_aaa.test/admin/configx/edit/

文件: Ichynul\Configx\Tools\Displayer::createform vendor/ichynul/configx/src/Tools/Displayer.php:162

protected static function createform($tab, $id) { . . . $form->pushFiled($html); . . .

}

谢谢!

ichynul commented 4 years ago

你更新到最新看看,我这里昨天运行过没问题。