简体   繁体   中英

How to install tinymce package with composer in laravel

I am trying to use tinymce with Laravel 5.2.

Till now I am done with composer require tinymce/tinymce and composer update .

The package got installed in vendor directory with the directory name tinymce .

What are the next steps ? I guess we have to add PackageServiceProvider in app/config/app.php but how ?

Thanks in advance,

Sambhav

I found this lib of tinymce for laravel. you can try it.

https://github.com/ktquez/laravel-tinymce

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM