admin icon indicating copy to clipboard operation
admin copied to clipboard

enable ckeditor pluging

Open MetaGamesRu opened this issue 10 years ago • 1 comments

Hello. SleepingOwl is good idea for admin packages.

But i have two issues with ckeditor plugin

first, i can't activate more components in editor, such as tables, striked text, i have only standard low-functional configuration.

second, i can't configure image uploads. After running of image upload i have error with route /images/upload (route not found). I understand, that i must create route in routes.php laravel file, but i think, that in route callback must be any functional code.

Help me, please with this issues.

MetaGamesRu avatar Jan 15 '16 10:01 MetaGamesRu

about your second problem, I think it's not about routes (like yourhost.loc/images/upload) but about folders, just create a folder 'uploads' in public/images

Badou90 avatar Jan 18 '16 03:01 Badou90