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

Package auto discovery #32

Closed lukasirsak closed 4 years ago

lukasirsak commented 5 years ago

Added package auto discovery which is available in Laravel 5.5+.

After running command: composer require unisharp/laravel-ckeditor

Laravel 5.5+ will look at the composer.json extra field where service provider path is located.

Also updated readme.md

streamtw commented 4 years ago

Thanks @lukasirsak !