amidesfahani / filament-tinyeditor

a TineMce editor for Laravel Filament Forms
MIT License
46 stars 17 forks source link

Error "Undefined variable $getTemplates" #69

Closed bvicini closed 1 week ago

bvicini commented 1 week ago

Hello, some weeks ago I finished a work using tinymce in filament 3. All worked well and passed to another task of the app. Today I returned to that page and now I get "Undefined variable $getTemplates" from the resources / views / vendor / filament-tinyeditor / tiny-editor.blade.php  file. What could be happened? Some new version hes been published or some logic is changed in the plugin? Or I have to look to some accidental change in my code?

bvicini commented 1 week ago

Proble wa due to published asset [vendor/amidesfahani/filament-tinyeditor/resources/views] to [resources/views/vendor/filament-tinyeditor] . once deleted the published asset all goes well.