How to use summernote module in my add/edit form?

edited March 2018 in Modules

I'd installed via modules repository in my project.
I want to call it in blade view. can someone show me how to use it?

Thanks in advanced.

Comments

  • edited March 2018

    Once you have installed summernote, you will be able te choose it as a defauld editor per each user /admin/users/edit/1
    You can use it in blade with the following atlantis helper
    $name, $value, $attributes = array()
    {!! \Editor::set($name, $value, $attributes = array()) !!}

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!