-
Tried to get this package to run today, but I am running into problems. E.g.
```
"Declaration of Pdmfc\\NovaFields\\ActionButton::hide($callback) must be compatible with Laravel\\Nova\\Fields\\Field…
-
Well, I make attach many fields in Nova 4 with Polymorphic relationship but isn't showing up. in the latest commit mention that the package is support nova 4 but isn't working well on me
![image](h…
-
https://github.com/armincms/many-to-many/blob/450b4d1aea301368a28727a5ac44b7a73738bd98/resources/js/components/DetailField.vue#L19
Inertia's route may be used?
```js
route('nova.pages.detail', …
-
I just use code from examples:
```
Files::make('Single file', 'one_file'),
Files::make('Multiple files', 'multiple_files'),
```
and get error on edit form:
…
-
Laravel 5.8
Nova 2.0.9
App/WebsiteTwilioNumber
`
public function website()
{
return $this->belongsTo('App\Website');
}
}`
App/Website
` public function websiteTwili…
-
Nova already provides a method to help scope belongsTo queries, I think it would be a good idea to use that relatableQuery to hydrate the BelongsTo relationship plus our own queries.
I'm doing someth…
-
## Context
On pro platform, as we import data there are two types of behaviour:
* simple values are either replaced, let as is (if cell empty), or removed (if I put a "-" in csv)
* tag values (…
-
Hi!
I'm trying to get this to work in combination with either `spatie/nova-translatable` or `kongulov/nova-tab-translatable`. I've read possibilities in #7, #33, #39, #44 and #58, but I've been una…
dnwjn updated
2 years ago
-
The _Delete_ button under a file field does not work correctly.
![image](https://user-images.githubusercontent.com/5635557/53361392-f3561400-3937-11e9-8ca4-f23db3774f1d.png)
Nova responds with s…
-
Ideally regions and pages should support the standard Trix field attachments (https://nova.laravel.com/docs/1.0/resources/fields.html#file-uploads)
These can also be used by other WYSIWYG componen…