Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of installing UEditor in composer in laravel5

2025-04-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of installing UEditor in composer of laravel5. The introduction in this article is very detailed and has certain reference value. Interested friends must read it!

Since the official SDK version 7.x of Qiniu has not been released to composer

First manually add it in 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

added

'Stevenyangecho\UEditor\UEditorServiceProvider'

To the providers,

implementation

php artisan vendor:publish

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

The above is "laravel5 composer installation UEditor method" all the content of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report