Laravel backpack 6 pro wysiwyg field doesn't works

46 Views Asked by At

I'm trying to change a field in my CRUD controller from text to wysiwyg, but it doesn't work, i have this:

CRUD::field([
        'name' => 'instrucciones',
        'type' => 'wysiwyg',
        'label' => 'Instrucciones',
        ]);

there is no error on console

enter image description here

I'd tried with ckeditor and summernote types, but doesn't work either

0

There are 0 best solutions below