2017 © Pedro Peláez
 

library xetaravel-ckeditor

A wrapper to use CKEditor with Laravel.

image

xetaio/xetaravel-ckeditor

A wrapper to use CKEditor with Laravel.

  • Sunday, April 30, 2017
  • by Xety
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,069 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 3 % Grown

The README.md

Xetaravel CKEditor

>, (*1)

This is a wrapper to use CKEditor with Laravel., (*2)

Installation

composer require xetaio/xetaravel-ckeditor

Import the CkeditorServiceProvider in your config/app.php:, (*3)

Xetaravel\Ckeditor\Providers\CkeditorServiceProvider::class

Publish the CKEditor to your public directory :, (*4)

php artisan vendor:publish --tag=ckeditor

Usage

<script src="/vendor/ckeditor/release/ckeditor.js"></script>
<script>
    CKEDITOR.replace('name-go-here');
</script>

Update

To update CKEditor to a new version, first run :, (*5)

composer update

Then, delete the folder public/vendor/release and run the artisan command again :, (*6)

php artisan vendor:publish --tag=ckeditor

Note : Do not put any custom configuration files in the public/vendor/release directory. Instead put them in the public/vendor directory or somewhere else and attach them to the CKEDITOR instance., (*7)

The Versions

30/04 2017

dev-master

9999999-dev https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel

30/04 2017

v1.0.5

1.0.5.0 https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel

30/04 2017

v1.0.4

1.0.4.0 https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel

30/04 2017

v1.0.3

1.0.3.0 https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel

30/04 2017

v1.0.2

1.0.2.0 https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel

30/04 2017

v1.0.1

1.0.1.0 https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel

30/04 2017

v1.0.0

1.0.0.0 https://github.com/XetaIO/Xetaravel-CKEditor

A wrapper to use CKEditor with Laravel.

  Sources   Download

MIT

The Requires

 

laravel ckeditor xetaravel