2017 © Pedro Peláez
 

library ueditor

百度UEditor服务端

image

yanthink/ueditor

百度UEditor服务端

  • Friday, July 14, 2017
  • by yanthink
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

UEditor

百度UEditor服务端, (*1)

安装

1) 打开终端执行下面命令:, (*2)

composer require yanthink/ueditor

2) 打开 config/app.php 然后将下面内容添加到 providers 数组中:, (*3)

Yanthink\Ueditor\UeditorServiceProvider::class,

3) 将下面内容添加到 config/app.php 文件的 aliases 数组中:, (*4)

'Ueditor' => Yanthink\Ueditor\Facades\Ueditor::class,

4) 在终端执行下面命令:, (*5)

php artisan vendor:publish --provider="Yanthink\Ueditor\UeditorServiceProvider"

配置Route

    Route::match(['post', 'get'], 'ueditor/server', [
        'uses' => '\Yanthink\Ueditor\Http\Controllers\UeditorController@init',
    ]);

配置Ueditor

    window.UEDITOR_CONFIG = {
      serverUrl: '/ueditor/server',
      ...,
    }

The Versions

14/07 2017

dev-master

9999999-dev

百度UEditor服务端

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar yanthink

laravel ueditor

14/07 2017

1.0

1.0.0.0

百度UEditor服务端

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar yanthink

laravel ueditor