Skip to content

Commit

Permalink
chore(docs): remove unnecessary installation note
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Feb 2, 2023
1 parent 5c55d40 commit 13b2982
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/installation/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ tableOfContents: true
## Introduction
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.

```bash
npm install @tiptap/core @tiptap/pm @tiptap/starter-kit
```

## 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.

Expand Down

0 comments on commit 13b2982

Please sign in to comment.