-
I went looking for a global filter that would be applicable to all resources. All my resources belong to a "season" and I want to filter them all so it only ever shows data from one season at a time. …
-
`composer update
`
```
- nemrutco/nova-filterable-metrics[v1.1.0, ..., v1.1.4] require laravel/nova >=2.0 -> satisfiable by laravel/nova[3.x-dev (alias of dev-master)] from lock repo but laravel…
-
- Laravel Version: 8.42
- Nova Version: 3.26.1
- PHP Version: 8.0.7
### Description:
I have a model with contains a [Spatie/Enum](https://packagist.org/packages/spatie/enum) property, which is…
-
Any chance the fields could be automatically detected from the resource? like [morphTo](https://nova.laravel.com/docs/1.0/resources/relationships.html#morphmany)
```php
MorphTo::make('Commentable'…
-
The routes `/nova-api/styles/*` and `/nova-api/scripts/*` should send HTTP headers like last-modified and etag, so these resources can be cached by a browser. right now they send `cache-control: no-ca…
-
- Laravel Version: 5.8.17
- Nova Version: 2.0.5
- PHP Version: 7.2.11
- **Operating System and Version: Windows 10 64 bits has the issue**
- **Operating System and Version: Ubuntu Server 18.04…
-
I would like to use w-1/2 and md:w-1/2, but I think they're missing. Can they be added or am I missing something?
-
Hey there,
I'm fairly new to Nova, so apologies in advance as I'm probably doing something wrong. I'm getting this error when trying to use a couple of NovaResources :
```
[2021-09-08 18:55:26…
-
- Laravel Version: 7.7.1
- Nova Version: 3.4.0
- PHP Version: 7.4.3
- Database Driver & Version: N/A
- Operating System and Version: macOS 10.15.3
- Browser type and version: Chrome 81.0.4044.122…
-
- Laravel Version: 7.16.1
- Nova Version: 3.6.0
- PHP Version: 7.4.6
- Database Driver & Version: MySQL 5.7
### Description:
I've created a BelongsTo field which has validation rules required…