Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not work #6

Closed
premier213 opened this issue Feb 21, 2016 · 11 comments
Closed

not work #6

premier213 opened this issue Feb 21, 2016 · 11 comments

Comments

@premier213
Copy link

hi my use this package for laravel 5.2 and when add

<script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script> <script src="/vendor/unisharp/laravel-ckeditor/adapters/jquery.js"></script> <script> $('textarea').ckeditor(); // $('.textarea').ckeditor(); // if class is prefered. </script>

to my page not work

@youchenlee
Copy link
Member

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

@premier213
Copy link
Author

2016-02-21_22-33-59

@youchenlee
Copy link
Member

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

@premier213
Copy link
Author

2016-02-22_19-57-24

@ghost
Copy link

ghost commented Mar 22, 2016

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

@youchenlee
Copy link
Member

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
Copy link

ghost commented Mar 22, 2016

my mistake. I solved thank you

@meeprakash25
Copy link

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
Copy link

my mistake. I solved thank you

how did you solved it

@bhensonweb
Copy link

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
Copy link

Mohsing511 commented Aug 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants