-
# Making Nova fields translatable - Freek Van der Herten's blog on PHP, Laravel and JavaScript
[https://freek.dev/1200-making-nova-fields-translatable](https://freek.dev/1200-making-nova-fields-tra…
-
Hey, while implementing this addon, we see that[ Nova paneling feature ](https://nova.laravel.com/docs/resources/fields.html#field-panels) are not shown. Is this a bug or a day design? I had envisione…
-
- Laravel Version: 10.30.0
- Nova Version: 4.29.0
### Description:
As per this issue's title, it appears as though Image field "values", when used in conjunction with Repeater fields, don't per…
-
I use whitecube/nova-flexible-content package : https://github.com/whitecube/nova-flexible-content
Add and details view worked sucessfully but when update : Fields inside DependencyContainer is empty…
-
```
Cannot assign Illuminate\Support\Collection to property Symfony\Component\HttpFoundation\Request::$files of type Symfony\Component\HttpFoundation\FileBag
Cannot assign Illuminate\\Support\…
-
I want to change the Price field value depends on Product field, sane field is inside Flexible
but dependsOn is not working.
```
Flexible::make('Order items')
->addLayout('Select Products', …
-
# Problem:
Using the "Move to Top" or "Move to End" buttons does not work as expected and creates incorrect sort order values after the sorting is done.
Note: Using Drag-and-Drop to sort / reorder r…
-
Declaration of Timothyasp\\Color\\Color::compact() must be compatible with Laravel\\Nova\\Fields\\Field::compact(bool $compact = true)
-
When using a searchable City Nova component, the search appears to display a numeric ID. This process currently seems somewhat unclear and requires additional work each time someone uses a searchable …
-
This is going to be a bit lengthy, so bear with me.
But I also think that this could be later used as a concrete example of how to use Custom Resolver to save OneToMany relationships in the database…