maxeckel / livewire-editorjs

This Package aims for an easy integration of Editor.JS with Laravel Livewire
MIT License
146 stars 20 forks source link

Adding the ability to specify a folder for saving images #33

Closed ak-flash closed 1 year ago

ak-flash commented 1 year ago

You can choose the path to upload images for a particular post, news, etc. For example: <livewire:editorjs images-path: "post/{{ $post->id }}/images" ... />