Ueditor:Laravel的Ueditor

时间:2024-06-02 13:56:48
【文件属性】:

文件名称:Ueditor:Laravel的Ueditor

文件大小:2.8MB

文件格式:ZIP

更新时间:2024-06-02 13:56:48

JavaScript

Ueditor Ueditor for Laravel。这是一个在laravel5上使用的Ueditor扩展包。 第一步:安装 在项目composer.json文件中引入Ueditor包: { "require": { "laravel/framework": "5.*", "mrold/ueditor": "~1.0" } } 在命令行运行composer更新: composer update 在项目配置文件app.php中添加UeditorServiceProvider: return [ // ......... 'providers' => [ // .......... 'Leona\UeditorServiceProvider', ] ]; 第二步:配置 运行Laravel的


网友评论