首页 > 解决方案 > laravel ckeditor 安装

问题描述

我之前已经安装了 Laravel,它运行良好,但现在当我启动命令composer require unisharp/laravel-ckeditor时它会安装"unisharp/laravel-filemanager": "~1.8"

我也尝试使用此链接安装它,但它不起作用..

我猜作者已经更改了包..

有人对此有任何想法吗?

标签: laravelckeditor

解决方案


利用

composer require ckeditor/ckeditor

结果

akash@localhost /var/www/html/lara57 $ composer require ckeditor/ckeditor

Using version ^4.11 for ckeditor/ckeditor
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing ckeditor/ckeditor (4.11.3): Downloading (100%)         
Package phpoffice/phpexcel is abandoned, you should avoid using it. Use phpoffice/phpspreadsheet instead.
Writing lock file


推荐阅读