-
- Laravel Version: 10.48.22
- Nova Version: 4.35.4
- PHP Version: 8.2.8
- Database Driver & Version: `mariadb` 10.8
- Operating System and Version: OSX 14.5 (23F79)
- Browser type and version: C…
-
In Laravel 10 / nova 4.27 app I added "imumz/nova-4-field-map": "^1.0", and added in resource :
```
Number::make(__('Latitude'), 'geo_lat')->min(-90)->max(90)->required()->step('any'),…
-
I have installed "maatwebsite/laravel-nova-excel": "^1.3" into Laravel 10 / php 8.2/ nova 4.27 app
and I added DownloadExcel method into actions methods of Users resource.
It works ok, but I also n…
-
When used inside a repeater field (beta in nova4: https://nova.laravel.com/docs/resources/repeater-fields.html) only the first editor works as they all use the same id. demo is quite hard to setup, so…
-
In the nova config you can set the path for nova itself:
`/*
|--------------------------------------------------------------------------
| Nova Path
|--------------------------------…
-
This issue will increase in relevance once we get the ONC working, but the purpose of this thread is to brainstorm ideas for custom keys in the NOVA subclass of the ENTRY class. In an email, Tom sugge…
-
# Resource (fields method)
```
Tab::make(__('Coordonnées'), [
Text::make('firstname', 'firstname'),
InlineText::make('lastname', 'lastname'),
...
```
# Error
```
exception
:
"Err…
-
Package version: v1.1.5
Nova version: v4.35.4
The double actions dropdown:
Related issue https://github.com/laravel/nova-issues/issues/6135
-
- Laravel Version: 10.48.16
- Nova Version: 4.34.3
- PHP Version: 8.2
### Description:
Recently, our team encountered a significant problem. We have multiple custom [fields (https://nova.larav…
-
- Laravel Version: 10.40.0
- Nova Version: 4.34.3
- PHP Version: 8.2
- Browser type and version: Google Chrome 126.0.6478.183
### Description:
After udating `laravel/nova package` from `4.28`…