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

NotFoundHttpException in RouteCollection.php line 161: #74

Open
tomczass opened this issue Feb 19, 2017 · 3 comments
Open

NotFoundHttpException in RouteCollection.php line 161: #74

tomczass opened this issue Feb 19, 2017 · 3 comments

Comments

@tomczass
Copy link

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>

@bestmomo
Copy link
Owner

Try with url('/filemanager/index.html')

@tomczass
Copy link
Author

ok it's working and how to display folder of owner and only owner?

@bestmomo
Copy link
Owner

You must use setFileRoot method in connector : filemanager/connectors/php/default.config.php. It is setted in example.

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

2 participants