ckeditor icon indicating copy to clipboard operation
ckeditor copied to clipboard

can not install on laravel 11

Open halatef opened this issue 1 year ago • 0 comments

I Installed Laravel-Admin on Laravel v11 using:

composer require encore/laravel-admin:dev-master -W

and now i am trying to integrate ckeditor with the admin and i always get the following:

  • Root composer.json requires laravel-admin-ext/ckeditor ^1.0 -> satisfiable by laravel-admin-ext/ckeditor[v1.0.0, v1.0.1].
  • laravel-admin-ext/ckeditor[v1.0.0, ..., v1.0.1] require encore/laravel-admin ~1.6 -> found encore/laravel-admin[v1.6.0, ..., v1.8.19] but it conflicts with your root composer.json require (dev-master).

halatef avatar Nov 17 '24 10:11 halatef