bestmomo / laravel5-example

Simple laravel5 example for tutorial
MIT License
1.2k stars 568 forks source link

NotFoundHttpException in RouteCollection.php line 161: #74

Open tomczass opened 7 years ago

tomczass commented 7 years ago

Dont know why but i have above problem. I copied filemanager to public folder and than i have this code :

`

    <script>
        CKEDITOR.replace( 'editor', {
            filebrowserBrowseUrl: '{!! url('/public/filemanager/index.html') !!}'
        });
    </script>`
bestmomo commented 7 years ago

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

tomczass commented 7 years ago

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

bestmomo commented 7 years ago

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