-
I want something similar to:
https://stripe.com/payments/elements
For both the Phone (#58 #73) entry field and the Domestic Address (#19 #72) entry field. I guess we should use regular javascrip…
-
- Laravel Version: 6.4.1
- PHP Version: 7.3.11
- Database Driver & Version: MySQL 8.0.11
### Description:
I'm having real trouble with unexpected behaviour of standard timestamp fields in MySQ…
-
I followed the guide on adding media using the advanced-nova-media-library package and I'm having an issue. The resource with the custom layout is working fine saving and retrieving images. The issue …
-
I am not sure if this is a bug or something that I am missing on my end.
I've followed up the documentation to create a flexible content and when I try to submit the modal It returns this error on…
-
Hi, I am using Laravel 9 with Nova 4 and this plugin but search on resource page is not working when i use accented characters like š, č or Ž
How can i fix this?
I have also used the trait: Transla…
-
Add request id header from otter's transaction id when sending request to Nova/CLB. This allows us to correlate requests from otter to Nova.
-
I've got this code:
```
Flexible::make('Practitioner types', 'practitioner_types')
->addLayout('Practitioner type', 'practitioner_type', [
Text::make('Label', 'label'…
-
Plan how question groups would be implemented in the backend (what kind of endpoints, db model etc)
-
I have two models. Car and Type. Car has a mutator getting the type name from the first relation of type. Every Car will always have at least one type relation.
`
public function getTypeAttribute() …
-
I use 4.1.6 version
When the code is as below, only 'a' is updated
`
Images::make('Images', 'gallery')
->customPropertiesFields([
Text::make('a'),
…