Sandeep Patil
Sandeep Patil
yes I have used the same function. the code looks like below: ``` php {{ Form::open(['url' => '/editor', 'method' => 'POST']) }} {{ Editor::view($content) }} {{ Form::submit() }} {{ Form::close()...
@Mulkave Thanks for the editor, the support and the fix. Really appreciate it. Will test and revert!
@Mulkave The current version requires "illuminate/support": "5.*", I'm using laravel 4.2. Is there a way to install the package without updating?
For now I got it working by installing "mr-uploader" :) thanks for the help!