UniSharp / laravel-ckeditor

This is a fork from the official CKEditor branch (standard edition), wrap it to laravel package.
Other
378 stars 143 forks source link

not working with laravel 5.2.10 #4

Closed facilinfo closed 8 years ago

facilinfo commented 8 years ago

Hello,

It seems it doesn't work because of illuminate/support version.

Thanks.

midium commented 8 years ago

It should just be related to the composer.json require value. Changing it to ">=5.0.0" should make it compatible with versions greater that 5.0 and so compatible also with 5.2.*

midium commented 8 years ago

I confirm, I've forked this and make just some little changes (main one that described before) and I've been able to get it working on Laravel 5.2. Feel free to use my fork if you need it asap.

youchenlee commented 8 years ago

Thanks @facilinfo, @midium and @lokimo. It's now support laravel 5.2 Sorry for my late reply, it has been a long holiday here.

youchenlee commented 8 years ago

Bump version to 4.5.7 for laravel 5.2 support. https://packagist.org/packages/unisharp/laravel-ckeditor#4.5.7