laravel5-example
laravel5-example copied to clipboard
NotFoundHttpException in RouteCollection.php line 161:
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>
Try with url('/filemanager/index.html')
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.