-
### Description:
I have a `BelongsTo` field but my `BelongsTo` relation is not set when updating.
```php
// App\Nova\Article
BelongsTo::make('User', 'user', User::class)
->searchable(),
…
-
- Laravel Version: 11.0.7
- Nova Version: 4.33.0
- PHP Version: 8.3.3
### Description:
I have a problem with Laravel Nova using the Laravel 11 framework.
```
Error: Class "Spatie\Once\Cach…
-
My `composer.json`:
```json
...replace me...
```
Output of `composer diagnose`:
```
Checking composer.json: WARNING
require.calebporzio/parental : unbound version constraints (*) shou…
-
- Laravel Version: 10
- Nova Version: 4.32.11
- PHP Version: 8.2
### Description:
in version 4.32.6 resource filters work fine
but in 4.32.11 all filters have hidden
### Detailed steps to …
-
```
select count(*) as aggregate from `my_very_big_table`
```
This sql will slow down the database for large table(Like a billion records). How to replace this or cancel this on resource list?
-
### Bug description
Using:
- Laravel Tenancy
- Laravel Nova Image Field
When render in Index page the URL shown as URL from central domain instead of tenant domain
### Steps to reproduce
I …
-
https://github.com/SpartnerNL/Laravel-Nova-Excel/blob/891c21de17aafe6792f8582e8b4ee12942612cca/src/Requests/ExportLensActionRequest.php#L46
Hello, _filterForIndex_ method introduced in commit de423…
-
Hello, i am trying to use the map field as described in readme but i get a leaflet error and then the map is not rendering.
This is the error:
and this is my code:
`Nova4FieldMap::make('Map…
-
This error is displayed when I try to save a page
- Laravel 8
- Nova 3.12
```
Argument 1 passed to Whitecube\NovaPage\Pages\StaticResource::__construct() must be an instance of Whitecube\NovaP…
-
- Laravel Version: 10
- Nova Version: 4.33.2
- PHP Version: 8.2
- Database Driver & Version: n/a
- Operating System and Version: n/a
- Browser type and version: any
- Reproduction Repository: ht…