Download the PHP package norieli/laravel-ueditor without Composer
On this page you can find all versions of the php package norieli/laravel-ueditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-ueditor
laravel-ueditor
laravel api & baidu ueditor & aliyun oss
填坑百度,终呈于此。
Inspired By
- thephpleague/flysystem-aws-s3-v2
- apollopy/flysystem-aliyun-oss
- jacobcyl/ali-oss-storage
- front-end-static-source
Require
- Laravel 5+
- cURL extension
- php 7.0+
Important
- No Baidu original front-end static source !!!
Installation Back-End
- step 1:
In order to install AliOSS-storage, just add
"norieli/laravel-ueditor": "^1.0"
to your composer.json. Then run composer install
or composer update
.
Or you can simply run below command to install:
"composer require norieli/laravel-ueditor:^1.0"
- step 2:
copy :
"yourproject/vendor/norieli/laravel-ueditor/src/config.php"
to
"yourproject/config/ueditor.php"
and change to your own config
- step 3:
add to routes
- step 4 (if you need aliyun OSS):
-
In your
config/app.php
add this line to providers array: -
Add the following in app/filesystems.php:
- Then set the default driver in app/filesystems.php:
Well! the Back-end is done!
Installation Back-End
- step 1:
See vue-ueditor to learn more.
If you not use vue, you can download this static resouce. download
- step 2 (If you need auth. if not, remove auth midleware in routes):
Whatever you choose. You also change 4 fiels to add http request hearder.
- static/UE/dialogs/image/image.js
- static/UE/dialogs/image/image.js
-
static/UE/dialogs/video/video.js
the same code area
-
static/UE/ueditor.all.js
- static/UE/ueditor.config.js
Well! The both done!
Something
Documentation
More development detail see Aliyun OSS DOC
License
Source code is release under MIT license. Read LICENSE file for more information.