mohamedsabil83 / filament-forms-tinyeditor

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

[Bug]: #100

Closed GotaloveCode closed 9 months ago

GotaloveCode commented 9 months ago

What happened?

Not a bug but I cant request feature. Thanks for the great package

Missing in the doc if using filament forms standalone include this step. php artisan vendor:publish --tag="filament-forms-tinyeditor-assets" Also if using filament forms standalone skip step: php artisan filament:assets

How to reproduce the bug

Install on standalone filament forms using steps.

Package Version

2.0.0

PHP Version

8.1

Laravel Version

9.0.0

Which operating systems does with happen with?

No response

Notes

No response

mohamedsabil83 commented 9 months ago

Thank you, @GotaloveCode, for mentioning that. Also, I'm glad the package is useful for you.

When installing the filament forms, the developer will run the php artisan filament:install --forms in new or existing projects, which adds the filament:upgrade command to the composer.json. This command will auto-publish the assets.

FMI: Read here