sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
503 stars 261 forks source link

enable ckeditor pluging #311

Open MetaGamesRu opened 8 years ago

MetaGamesRu commented 8 years ago

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.

Badou90 commented 8 years ago

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