2017 © Pedro Peláez
 

library laravel-ueditor

UEditor integration for Laravel.

image

kimchi/laravel-ueditor

UEditor integration for Laravel.

  • Wednesday, August 31, 2016
  • by kimchi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 53 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel-UEditor

UEditor integration for Laravel 5., (*1)

使用

安装

$ composer require "overtrue/laravel-ueditor:~1.0"

配置

  1. 添加下面一行到 config/app.phpproviders 部分:, (*2)

    Overtrue\LaravelUEditor\UEditorServiceProvider::class,
    
  2. 发布配置文件与资源, (*3)

    $ php artisan vendor:publish
    
  3. 模板引入编辑器, (*4)

    这行的作用是引入编辑器需要的 css,js 等文件,所以你不需要再手动去引入它们。, (*5)

    @include('vendor.ueditor.assets')
    
  4. 编辑器的初始化, (*6)

    
    
    
    
    
    
    
    
    
    

说明

上传路径在:public/uploads/ 下,确认该目录存在并可写。, (*7)

如果要修改上传路径,请在 config/ueditor.php 里各种类型的上传路径,但是都在 public 下。, (*8)

License

MIT, (*9)

The Versions

31/08 2016

dev-master

9999999-dev

UEditor integration for Laravel.

  Sources   Download

MIT

The Development Requires

by Avatar overtrue

18/11 2015

1.0.0

1.0.0.0

UEditor integration for Laravel.

  Sources   Download

MIT

The Development Requires

by Avatar overtrue