filament-editorjs icon indicating copy to clipboard operation
filament-editorjs copied to clipboard

Unable to install on Laravel 11 with Filament 3.2

Open B0TU opened this issue 1 year ago • 3 comments

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].

B0TU avatar May 04 '24 20:05 B0TU

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

andrewizmaylov avatar May 16 '24 04:05 andrewizmaylov

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

breizhwave avatar Jun 11 '24 12:06 breizhwave

It gives this error on Filament 3.2 & Laravel 11.21.0 on composer update I use this: "rahmanramsi/filament-editorjs": "^2.0@beta"

Problem 1
    - Only one of these can be installed: illuminate/contracts[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20, v11.0.0, ..., v11.21.0], laravel/framework[v11.9.0, ..., v11.21.0]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
    - rahmanramsi/filament-editorjs[v2.0.0-beta.1, ..., v2.0.0-beta.2] require illuminate/contracts ^10.0 -> satisfiable by illuminate/contracts[v10.0.0, ..., v10.48.20].
    - Root composer.json requires rahmanramsi/filament-editorjs ^2.0@beta -> satisfiable by rahmanramsi/filament-editorjs[v2.0.0-beta.1, v2.0.0-beta.2].
    - Root composer.json requires laravel/framework ^11.9 -> satisfiable by laravel/framework[v11.9.0, ..., v11.21.0].

codeXpedite avatar Aug 27 '24 21:08 codeXpedite