rahmanramsi / filament-editorjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install on Laravel 11 with Filament 3.2

B0TU opened this issue · comments

commented

Problem 1
- rahmanramsi/filament-editorjs[v1.0.0, ..., v1.0.2] require illuminate/contracts ^8.0|^9.0 -> found illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- rahmanramsi/filament-editorjs[v1.0.3, ..., v1.0.4] require illuminate/contracts ^8.0|^9.0|^10.0 -> found illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.10] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires rahmanramsi/filament-editorjs * -> satisfiable by rahmanramsi/filament-editorjs[v1.0.0, ..., v1.0.4].

I came with the same issue
Just found an advice put beta tag in composer.json
"rahmanramsi/filament-editorjs": "^2.0@beta"

Hi, using 2.0 beta on Laravell 11, editor js works fine and saves input data but does not load data from database on form, any idea ?

edit : answer here