Download the PHP package mr-old/ueditor without Composer

On this page you can find all versions of the php package mr-old/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

Ueditor

Ueditor for Laravel。这是一个在laravel5上使用的Ueditor扩展包。 第一步:安装

在项目composer.json文件中引入Ueditor包:

在命令行运行composer更新:

在项目配置文件app.php中添加UeditorServiceProvider:

第二步:配置

运行Laravel的artisan命令,把扩展包中的配置文件和前端资源文件复制到项目中:

配置文件名为:ueditor.php。配置项与官方原版一致,只是转换成php格式。具体如何配置请参考官方文档:http://fex.baidu.com/ueditor/

提醒

为了便于查看原版的php代码,默认保留了php文件夹下的所有文件。基于安全考虑,实际部署项目时请自行删除吧。

第三步:使用

前端配置不再详细说明。简要贴出代码:

后台只需提供一个用于前端请求的url路由即可,也就是上面代码中的serverUrl

下面试着在laravle的路由文件routes.php中添加一条路由,请求类型必须设置为any

如果你想要记录上传成功的文件信息,你可以继续按照以下方法来获取,这将返回一个数组或者null。

结束语:

这是本人在github上的第一个项目,各方面还不是很熟悉,再加上英文也马马虎虎,望各位前辈多指教!


All versions of ueditor with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version 5.*
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 mr-old/ueditor contains the following files

Loading the files please wait ....