Home  >  Article  >  Development Tools  >  How to install UEditor in laravel 5 composer

How to install UEditor in laravel 5 composer

藏色散人
藏色散人forward
2020-11-09 15:47:462442browse

The following tutorial column of composer will introduce to you how to install UEditor in laravel 5 composer. I hope it will be helpful to friends in need!

How to install UEditor in laravel 5 composer

Since Qiniu’s official SDK 7.x version has not been released to composer

First manually add it to the project composer.json

"minimum-stability": "dev",
"require": {
"laravel/framework":
"5.0.*",
"qiniu/php-sdk": "dev-master",
"stevenyangecho/laravel-u-editor": "~1.1"
},

In config/app.php

Add

'Stevenyangecho\UEditor\UEditorServiceProvider'

Go to providers,

execute

php artisan vendor:publish

How to install UEditor in laravel 5 composer

##github address https://github .com/stevenyangecho/laravel-u-editor

The above is the detailed content of How to install UEditor in laravel 5 composer. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete