Skip to content

Commit

Permalink
fix duplicated text in PHP docs
Browse files Browse the repository at this point in the history
  • Loading branch information
galengidman authored Aug 28, 2023
1 parent 9dc6b8f commit 914705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tableOfContents: true
You can use Tiptap with Laravel, Livewire, Inertia.js, [Alpine.js](/installation/alpine), [Tailwind CSS](/guide/styling#with-tailwind-css), and even - yes you read that right - inside PHP.

## Tiptap for PHP
We provide [an official PHP package to work with Tiptap content](/api/utilities/tiptap-php). A PHP package to work with Tiptap content. You can transform Tiptap-compatible JSON to HTML, and the other way around, sanitize your content, or just modify it.
We provide [an official PHP package to work with Tiptap content](/api/utilities/tiptap-php). You can transform Tiptap-compatible JSON to HTML, and the other way around, sanitize your content, or just modify it.

## Laravel Livewire

Expand Down

0 comments on commit 914705c

Please sign in to comment.