Docs: fix file names in PHP installation
This commit is contained in:
@@ -12,7 +12,7 @@ We provide [an official PHP package to work with Tiptap content](/api/utilities/
|
|||||||
|
|
||||||
## Laravel Livewire
|
## Laravel Livewire
|
||||||
|
|
||||||
### editor.blade.php
|
### my-livewire-component.blade.php
|
||||||
```html
|
```html
|
||||||
<!--
|
<!--
|
||||||
In your livewire component you could add an
|
In your livewire component you could add an
|
||||||
@@ -25,7 +25,7 @@ We provide [an official PHP package to work with Tiptap content](/api/utilities/
|
|||||||
></x-editor>
|
></x-editor>
|
||||||
```
|
```
|
||||||
|
|
||||||
### my-livewire-component.blade.php
|
### editor.blade.php
|
||||||
```html
|
```html
|
||||||
<div
|
<div
|
||||||
x-data="setupEditor(
|
x-data="setupEditor(
|
||||||
|
|||||||
Reference in New Issue
Block a user