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()) !!}
Comments
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()) !!}