laravel-editor
laravel-editor copied to clipboard
Markdown Text Editor (WYSIWYG) with social network embeds support and a nifty json output
I walked threw adding the package to my app and when I load my form in the browser I get: ErrorException in FileViewFinder.php line 140: View [vendor.laravel-editor.editor] not found. (View:...
When i try to run php artisan asset:publish vinelab/laravel-editor i get the following error: There are no commands defined in the asset namespace, I have run all other commands given...
Added [automatic package discovery] for Laravel 5.5 LTS. [automatic package discovery]: https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518
Hello, is there a version that is laravel 5.3 compatible ? Tx.
When I load content into an editor (using view($content), as the docs say), any apostrophes show up as '. They are getting stored in my database that way, too. Why?
it does not change /r/n on the tag
Hello, please help. i got data from db and want to edit it. when i try {!! Editor::view($htmlText) !!},not working. the $htmlText was created in your editor
Hello guys, I've implemented this editor on a blog and liked it. Everything seems to be smooth, except one problem. When a user submits an NEW incomplete post, generally its...
When I pass $input as raw html to Editor::content($input) and then display the editor, it does not show the content. I'm trying to use edit to edit content which is...