diff --git a/docs/installation/php.md b/docs/installation/php.md index 7cc480722b5..2e373ffaa6f 100644 --- a/docs/installation/php.md +++ b/docs/installation/php.md @@ -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.