laravel5-example icon indicating copy to clipboard operation
laravel5-example copied to clipboard

NotFoundHttpException in RouteCollection.php line 161:

Open tomczass opened this issue 8 years ago • 3 comments

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>

tomczass avatar Feb 19 '17 21:02 tomczass

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

bestmomo avatar Feb 19 '17 21:02 bestmomo

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

tomczass avatar Feb 20 '17 19:02 tomczass

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

bestmomo avatar Feb 20 '17 21:02 bestmomo