2017 © Pedro Peláez
 

library laravel-ckeditor

ckeditor for laravel 5

image

hinet/laravel-ckeditor

ckeditor for laravel 5

  • Friday, June 9, 2017
  • by hinet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

laravel-ckeditor

CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。 此包采用了官方最新ckeditor4.6版集成,支持Laravel5及以上版本。, (*1)

安装

Composer方式安装

composer require hinet/laravel-ckeditor

Laravel配置

  • 在config\App.php中增加配置
Hinet\Ckeditor\EditorServiceProvider::class
  • 增加别名
'Ckeditor' => Hinet\Ckeditor\Ckeditor::class,
  • 发布配置及资源文件
php artisan vendor:publish --provider="Hinet\Ckeditor\EditorServiceProvider" --tag="ckeditor"

配置&使用

//调用编辑器
{{ Ckeditor::content('内容', ['id'=>'editor', 'class'=>'text-editor']) }}
//调用JS
{{ Ckeditor::js() }}

启用文本对齐

  • 在Ckeditor官网搜索:justify插件,下载并解压拷贝到ckeditor\plugins目录;
  • 配置ckedirot.php:
//增加
'config.extraPlugins' => 'justify',

The Versions

09/06 2017

dev-master

9999999-dev

ckeditor for laravel 5

  Sources   Download

MIT

The Requires

 

12/12 2016

1.0.1

1.0.1.0

ckeditor for laravel 5

  Sources   Download

MIT

The Requires

 

08/12 2016

1.0.0

1.0.0.0

ckeditor for laravel 5

  Sources   Download

MIT

The Requires