Download the PHP package everan/ueditor without Composer

On this page you can find all versions of the php package everan/ueditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ueditor

Dcat Admin 扩展 - Ueditor

Ueditor是一个Dcat Admin的扩展包,集成百度在线编辑器,支持附件上传等功能。

文件上传功能是参照了laravel-ueditor实现的。

安装

请先确保安装了Dcat Admin,执行

然后执行以下命令导入前端静态文件:

开启扩展:打开config/admin-extensions.php(如果文件不存在请手动创建),加入以下代码:

配置

ueditor文件上传相关配置在config/ueditor.php

更改文件存储Storage

百度编辑器默认是使用文件存储的,即file,如果需要改为其他的存储方式,可以在config/admin.php中加上如下配置:

使用

基本使用

修改编辑器高度

修改文件存储storage

修改文件上传接口

如果你需要用到自定义的文件上传接口,可以通过这个方法覆盖掉默认的上传接口

修改ueditor配置


All versions of ueditor with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
dcat/laravel-admin Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package everan/ueditor contains the following files

Loading the files please wait ....