PHPackages                             rjp2525/laravel-tiptap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rjp2525/laravel-tiptap

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rjp2525/laravel-tiptap
======================

A fluent Laravel wrapper for Tiptap PHP

1.0.0(8mo ago)1270↑33.3%[3 PRs](https://github.com/rjp2525/laravel-tiptap/pulls)MITPHPPHP ^8.3CI passing

Since Aug 31Pushed 4mo agoCompare

[ Source](https://github.com/rjp2525/laravel-tiptap)[ Packagist](https://packagist.org/packages/rjp2525/laravel-tiptap)[ Docs](https://github.com/rjp2525/laravel-tiptap)[ RSS](/packages/rjp2525-laravel-tiptap/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (5)Used By (0)

Laravel Tiptap
==============

[](#laravel-tiptap)

[![Latest Version on Packagist](https://camo.githubusercontent.com/21f8e5d3ab30909f982f27a1c5f4a80457de1353b1a125c4da83bd71ee1161c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726a70323532352f6c61726176656c2d7469707461702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rjp2525/laravel-tiptap)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ca5175ecd4c96d6f5217ea96d01589aa7adc3d45c5bbee1c3cd78a7cdc2561f5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726a70323532352f6c61726176656c2d7469707461702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rjp2525/laravel-tiptap/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f67ac22d9f1e707ae4040bbe72ee0f5f1dc43805c871dc5fece87638545a2651/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726a70323532352f6c61726176656c2d7469707461702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/rjp2525/laravel-tiptap/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/464926548e86cc98b0c99760eb1fd5ea049f3de6edd39fcf6ebe6b714cfaa2ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726a70323532352f6c61726176656c2d7469707461702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rjp2525/laravel-tiptap)

A Laravel wrapper for the Tiptap PHP package that provides a fluent, Laravel-friendly interface for processing rich text content. Transforms JSON to HTML, HTML to JSON, validates content structure, extracts statistics etc. with an elegant API that feels like home in a Laravel app.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require rjp2525/laravel-tiptap
```

You can publish the config file with:

```
php artisan vendor:publish --tag="tiptap-config"
```

This is the contents of the published config file:

```
