We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dont know why but i have above problem. I copied filemanager to public folder and than i have this code :
<script src="//cdn.ckeditor.com/4.5.3/standard/ckeditor.js"></script> <textarea name="editor"></textarea> <script> CKEDITOR.replace( 'editor', { filebrowserBrowseUrl: '{!! url('/public/filemanager/index.html') !!}' }); </script>
The text was updated successfully, but these errors were encountered:
Try with url('/filemanager/index.html')
url('/filemanager/index.html')
Sorry, something went wrong.
ok it's working and how to display folder of owner and only owner?
You must use setFileRoot method in connector : filemanager/connectors/php/default.config.php. It is setted in example.
setFileRoot
filemanager/connectors/php/default.config.php
No branches or pull requests
Dont know why but i have above problem. I copied filemanager to public folder and than i have this code :
<script src="//cdn.ckeditor.com/4.5.3/standard/ckeditor.js"></script> <textarea name="editor"></textarea> <script> CKEDITOR.replace( 'editor', { filebrowserBrowseUrl: '{!! url('/public/filemanager/index.html') !!}' }); </script>
The text was updated successfully, but these errors were encountered: