Trix
Without file uploads
Requirements

Trix::make('Trix')
->default('The initial value of the trix input') // Example: $this->model->foo
->includeExternalScripts() //will only be included once if multiple Trix fields.
->rules('nullable|string')Methods
->includeExternalScripts()
->default($value)
Last updated
Was this helpful?