Skip to content

Browse buttons not shown #20

@joshuadegier

Description

@joshuadegier

Hi,

for some reason the buttons don't show up. I installed the package UniSharp/laravel-ckeditor first and then this package. The editor works, also the URLs to the different browsers work (including the uploads). However... the buttons don't seem to show up!

I published everything, configured it to my liking.. just those buttons. I tripple checked the configuration of the jquery adapter. This is the code I'm using:

<script src="/vendor/unisharp/laravel-ckeditor/ckeditor.js"></script>
<script src="/vendor/unisharp/laravel-ckeditor/adapters/jquery.js"></script>
<script>
    $( 'textarea.editor' ).ckeditor({
        filebrowserImageBrowseUrl: '/laravel-filemanager?type=Images',
        filebrowserImageUploadUrl: '/laravel-filemanager/upload?type=Images&_token={{csrf_token()}}',
        filebrowserBrowseUrl: '/laravel-filemanager?type=Files',
        filebrowserUploadUrl: '/laravel-filemanager/upload?type=Files&_token={{csrf_token()}}'
    });
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions