Download the PHP package mrshanebarron/editor without Composer
On this page you can find all versions of the php package mrshanebarron/editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mrshanebarron/editor
More information about mrshanebarron/editor
Files in mrshanebarron/editor
Download mrshanebarron/editor
More information about mrshanebarron/editor
Files in mrshanebarron/editor
Vendor mrshanebarron
Package editor
Short Description Rich text editor component for Laravel - supports Livewire and Vue
License MIT
Package editor
Short Description Rich text editor component for Laravel - supports Livewire and Vue
License MIT
Please rate this library. Is it a good library?
Informations about the package editor
Editor
A rich text editor component for Laravel applications. WYSIWYG editing with toolbar for formatting. Works with Livewire and Vue 3.
Installation
Livewire Usage
Basic Usage
With Placeholder
Livewire Props
| Prop | Type | Default | Description |
|---|---|---|---|
wire:model |
string | - | HTML content |
placeholder |
string | 'Write something...' |
Placeholder text |
editor-class |
string | '' |
Additional CSS classes |
Vue 3 Usage
Setup
Basic Usage
With Options
Form Example
Vue Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue |
String | '' |
HTML content |
placeholder |
String | 'Write something...' |
Placeholder text |
editorClass |
String | '' |
Additional editor classes |
Events
| Event | Payload | Description |
|---|---|---|
update:modelValue |
string |
Content changed |
Toolbar Features
| Button | Action |
|---|---|
| B | Bold text |
| I | Italic text |
| U | Underline text |
| List | Bullet list |
| 123 | Numbered list |
Features
- WYSIWYG Editing: See formatting as you type
- Toolbar: Quick formatting buttons
- Paste Handling: Strips formatting from pasted text
- Placeholder: Shown when empty
- Prose Styling: Clean typography
Styling
Uses Tailwind CSS:
- Gray toolbar background
- Border around editor
- Prose typography styling
- Focus ring on editor
Requirements
- PHP 8.1+
- Laravel 10, 11, or 12
- Tailwind CSS 3.x
License
MIT License
All versions of editor with dependencies
PHP Build Version
Package Version
The package mrshanebarron/editor contains the following files
Loading the files please wait ...