awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
290 stars 79 forks source link

Problem install on 3.x #170

Closed bubixon closed 1 year ago

bubixon commented 1 year ago

Screenshot 2023-09-13 at 10 11 28

martonkaufmann commented 1 year ago

What command did you run to install it? I just tried with the following and it worked: composer require awcodes/filament-tiptap-editor:^3.x-dev

If you check the tags you can see that there is no stable release for v3 yet.

awcodes commented 1 year ago

v3 is in beta, but you can install it from packagist.

composer require awcodes/filament-tiptap-editor:"^3.0"

Also make sure you are looking at the Readme on the 3.x branch for documentation. https://github.com/awcodes/filament-tiptap-editor/tree/3.x