samedi 21 mai 2016

Laravel - Uncaught ReflectionException: Class log does not exist - Config error

I have recently installed a TinyMCE package for Laravel ktquez/laravel-tinymce, that works perfectly.

The config file that is published upon installation is:

return [

    'cdn' => url('assets/vendor/tinymce/tinymce.min.js'),

    'default' => [
        "selector" => "#tinymce",
        "language" => 'en',
        "menubar" => "false",

    ],

];

I change the URL to access the TinyMCE vendor package.

If I comment out the 'cdn' line, this resolves the issue - but then the TinyMCE package can't be used.

How I can I resolve this please? Has anyone else experienced this?

Many tanks.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1YL1XNr
via IFTTT

Aucun commentaire:

Enregistrer un commentaire