Grégoire

Results 2 comments of Grégoire

In case useful, from @rhmrms on Discord: 1. Publish assets ``` php artisan vendor:publish --provider="FilamentEditorJs\FilamentEditorJsServiceProvider" --tag="filament-editorjs-assets" ``` 2. Add style in layout ``` ``` 3. Add scripts before Alpine ```...

I believe #212 should solve the problem 🤞 Also note that Jetstream has removed the dependency to this package altogether. What I ended up doing is uninstalling `jenssegers/agent` and using...