awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
281 stars 77 forks source link

Error during installation #309

Closed mortezaashrafi closed 8 months ago

mortezaashrafi commented 8 months ago

Filament Version

v3.1.47

Plugin Version

v3.0

PHP Version

PHP 8.1

Problem description

There is an error during installation require(C:\Users\XXX\XXX\Documents\GitHub\XXXX\vendor\composer/../awcodes/filament-tiptap-editor/tests/helpers.php):
Failed to open stream: No such file or directory

Expected behavior

Review and announcement to fix the problem

Steps to reproduce

rm -rf vendor composer install composer dump-autoload

Reproduction repository

No response

Relevant log output

require(C:\Users\XXX\XXX\Documents\GitHub\XXX\vendor\composer/../awcodes/filament-tiptap-editor/tests/helpers.php):   
   Failed to open stream: No such file or directory
awcodes commented 8 months ago

For some reason on windows composer strips the ^ on install. Make sure the versions number is ^3.0 and run composer update instead.