I can not use TinyMCE in Laravel 5.6

0

I'm having problems with TinyMCE on Laravel. I'll declare his js as explained. I already tested to see if it was really charging and it was positive. But when I declare:

tinymce.init({
   selector:'#question'
});

Nothing happens. In the code above, question is the id of the textarea type field that I want to load it. Can someone guide me where I'm going wrong?

    
asked by anonymous 10.06.2018 / 05:17

0 answers