mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
164 stars 37 forks source link

[Bug]: TinyEditor field does not appear on production machine #90

Closed ksorbo closed 10 months ago

ksorbo commented 10 months ago

What happened?

When I commit and pull to my production machine, the TinyEditor fields do not appear. There is space on the screen for them, but they are just blank. (I ran composer update after installation)

Is it possible that I have not some of the assets needed to display the fields?

How to reproduce the bug

I can't see the TinyEditor field on my production machine.

``

Package Version

1.7.5

PHP Version

8.1.7

Laravel Version

10.18.0

Which operating systems does with happen with?

Linux

Notes

No response

MarkKhromov commented 10 months ago

Hey, man! Try it: php artisan vendor:publish --tag="filament-forms-tinyeditor-assets" --force

MarkKhromov commented 10 months ago

@ksorbo Most likely, you looked at the description for the new version, which is intended for Filament 3. Try switching to the 1.x branch instead of 2.x: https://github.com/mohamedsabil83/filament-forms-tinyeditor/tree/1.x

mohamedsabil83 commented 10 months ago

@ksorbo, I'll close this for now. Do as @MarkKhromov said, and If you still face it, don't hesitate to re-open.