numaxlab / nova-ckeditor5-classic

A Laravel Nova CKEditor5 Classic Field.
MIT License
39 stars 41 forks source link

Adds configuration for Attachments models #16

Closed medteck closed 3 years ago

medteck commented 4 years ago

In some cases, we can want to override the Attachments classes. By making them configurable, the developer has more flexibility.

Personally, it's because I'm using multi-tenancy and so I have to provide a specific database name each time a model interacts with the database.