Docs: fix file names in PHP installation

This commit is contained in:
aguingand
2022-03-24 09:55:28 +01:00
committed by bdbch
parent 12305cfa31
commit 02cf9fc867

View File

@@ -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(