How to install UEditor in laravel 5 composer

藏色散人
Release: 2020-11-09 15:48:21
forward
2459 people have browsed it

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!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template