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 work #6

Closed premier213 closed 8 years ago

premier213 commented 8 years ago

hi my use this package for laravel 5.2 and when add

`

<script>
    $('textarea').ckeditor();
    // $('.textarea').ckeditor(); // if class is prefered.
</script>`

to my page not work

youchenlee commented 8 years ago

@premier213 Please provide more info, what's your installation steps? Any errors during installation? Any related errors in the browser console?

premier213 commented 8 years ago

2016-02-21_22-33-59

youchenlee commented 8 years ago

@premier213 It would be nice if you provide a browser console log, otherwise it's impossible to debug.

premier213 commented 8 years ago

2016-02-22_19-57-24

ghost commented 8 years ago

I have the same error. I couldn't have solved it yet

youchenlee commented 8 years ago

It seems happened to me once when I install laravel-filemanager on a clean laravel. But I cannot reproduce it anymore.

Would you guys please provide me some reproduce steps? Thanks.

ghost commented 8 years ago

my mistake. I solved thank you

meeprakash25 commented 6 years ago

i am having the same issue here, laravel-ckeditor is not loading in browser, i followed the installation process as described here https://github.com/UniSharp/laravel-ckeditor#publish-the-resources,

Also when i go to the ckeditor link from view source, that is not working

Mohsing511 commented 5 years ago

my mistake. I solved thank you

how did you solved it

bhensonweb commented 5 years ago

I had this problem too. After adding the Service Provider to my config/app.php config file I had to clear my config cache: php artisan config:cache ...and then publish the assets after that.

Mohsing511 commented 5 years ago

Thanks UniSharp/laravel-ckeditor

On Mon, 19 Aug 2019 at 08:26, bhensonweb notifications@github.com wrote:

I had this problem too. After adding the Service Provider to my config/app.php config file I had to clear my config cache: php artisan config:cache ...and then publish the assets after that.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/UniSharp/laravel-ckeditor/issues/6?email_source=notifications&email_token=AGFPRIQYSVNH2B7LXKUI5FDQFIHE7A5CNFSM4B337S52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4RSO6I#issuecomment-522397561, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFPRIUTK2GJLB4RXMU6RSTQFIHE7ANCNFSM4B337S5Q .