Laravel-admin 后台添加商品中、bootstrap.php 中把 editor 禁用解除
laravel-admin后台添加商品中、app/Admin/bootstrap.php 中把这个禁用解除了、还是显示 Field type [editor] does not exist、为啥不生效呢?phpstrom编辑器中$form->edito('description', '商品描述')->rules('required');
editor这个方法也是提示不存在



关于 LearnKu
你可以安装wang-editor。然后配置即可。
我的app\Admin\bootstrap.php
详情参考这里:https://laravel-admin.org/docs/zh/model-fo...
报错没有配置文件

添加配置文件
在config/filesystems.php中添加: