Angelos Michalopoulos
Angelos Michalopoulos
First of all this is a great package! I do wish there was an option to hide the filename from the detail view if `displayAsImage()` is set. Right now the...
This will allow suffixing Redis tenant connections with a configured suffix or default to `_` for better readability.
This PR will: * Update editor-js to the latest version (v2.27.0) * Update plugins * Fix issue with heading that could not been converted to paragraph * Fix issue with...
Is this package still maintained? Would it be possible to update in order to support Laravel 11? ``` advoor/nova-editor-js dev-fix/read-header-tool-config requires illuminate/support ^8.0 || ^9.0 || ^10.0 -> satisfiable by...
Is this repo maintained? Would it be possible to support Laravel 11? Thank you!
Is there any way or even work-around to cause the component to update from within the `dependsOn` function? Let's say for example that the field is using data from a...
This will fix javascript error that prevents `dependsOn` functionality on the latest Laravel Nova version (see attached video) # Example to reproduce ```php Boolean::make('toggle'), SimpleRepeatable::make('repeater', [ // Some fields ])->dependsOn('toggle',...
In Nova4 [Inline HasOne Creation](https://nova.laravel.com/docs/4.0/releases.html#inline-hasone-creation) has been introduced that allows to create/update a `HasOne`/`MorphOne` relation from the parent resource. However it seems `MorphOne` it is not compatible with Nova-Translatable. I...
**Problem:** When a user clicks to select an image from a field and uploads a new image, the uploaded image does not get automatically selected and the user has to...