TinyMCE and Laravel
问题 I'm trying to use tinyMCE with my Laravel project. The problem is when I store the new article the html tags are not working. They're showing up like a plain text on display on my laravel view: This is the code implemented in create.blade.php: <script type="text/javascript" src="{{ asset('/js/tinymce/tinymce.min.js') }}"></script> <script type="text/javascript"> tinymce.init({ selector : "textarea", plugins : ["advlist autolink lists link image charmap print preview anchor", "searchreplace