-
Currently I can allow nullable with
```
MapMarker::make('Location')
->latitude('lat')
->longitude('lng')
->nullable()
->nullValues([0])
```
But if the map is moved at all i…
-
I'd like to do something like this, but it doesn't seem to trigger anything...
```php
SimpleRepeatable::make('Theme Templates', 'templates', [
Select::make('Theme', 'theme_id')->displayUsingL…
-
Hey, thanks for this great package. I'm using it quite a lot!
I'm having difficulties testing my app because the flexible fields are cast differently I think.
On my model I'm using
```php
…
-
```php
SimpleRepeatable::make('Charges', 'charges',[
Currency::make('Limit', 'limit')->rules(['required', 'integer', 'min:1', 'distinct'])->step(1),
Currency::make('Charge', 'charge')->rules(['…
-
Hi [👋](https://emojipedia.org/waving-hand/)
Unfortunately, the latest update of Nova 4 has brought breaking changes to this package, and it now requires significant updates to make it work. Due to …
-
```php
MapMarker::make("Location")
->latitude('latitude')
->longitude('longitude')->searchProvider('openstreetmap'),
```
**
![image](https://user-images.githubuse…
-
I upgrade to nova 4 and now he layouts menu is not displayed correctly using component inside belongs to many fields, however within resource fields it works
Configuration where it does not work, i…
-
Hi,
on a field Mardown wtih upload file allowed :
`Markdown::make('Description')->alwaysShow()->translatable()->withFiles('s3')->rules(['required'])`
The url to the upload return a 404.
Withou…
-
I've been using tabs in my project for some time with no problem. I just added some functionality which caused me to do a Composer Update, which seems to have broken the Tabs package.
I get this er…
-
Any option to change the behavior using the filesystem to possibly something else that would work with Laravel's Vapor service? Seems as if the reliance on the filesystem is a problem - or maybe i'm m…