-
When I edit on Nova the record with field TIME(7) from a Microsoft SQL Server, the value returns in following format:
```txt
H:i:s.Z
```
Example: ```09:00:00.0000000```
So, a error happens:…
-
Hello is there any integration with Laravel Nova Cards, Tools and Lenses for data reporting?
Can the report generation also be rendered in Nova?
-
When I upgraded from v7 to v8 of this driver, I found that suddenly code that worked fine in v7 is now throwing the "Nested transactions are not supported by this client." error from google/cloud-span…
-
Hello
from Laravel Nova version >= 4.29.6 this plugin has no working with options set in `dependsOn()` and action
Current version 4.32.1 still not working
```php
BelongsTo::make('Product', 'pr…
-
I have installed the package and after creation of filter i have extend it with DependentFilter and got this error.
> "Declaration of AwesomeNova\Filters\DependentFilter::jsonSerialize() must be co…
-
This plugin is not able to find some files:
`[2019-05-15 12:37:14] local.ERROR: file_get_contents(/laravel/vendor/epartment/nova-unique-ajax-field/src/../dist/js/field.js): failed to open stream: N…
-
Hey! Thanks for contributing this plugin, looks like exactly what I need. Unfortunately I can't get it to work.
Tried to install this plugin but it completely breaks my Nova install (blank screen w…
-
- Laravel Version: 10.45.1
- Nova Version: 4.32.15
- PHP Version: 8.3.3
- Database Driver & Version: Mysql 8.0.33
- Operating System and Version: MacOS 14.2.1
- Browser type and version: Google C…
-
Laravel Nova introduced this feature from >= v2.0.8:
> Nova will now display Panels on the Create and Update views in addition to the Detail view.
So the `Laravel\Nova\Panel::defaultNameFor` met…
arall updated
5 years ago
-
Hello,
I use advance-nova-media-library for upload image but after submite form, show error
![Uploading 2022-06-14 00.02.58.jpg…]()
_App\Models\File.php_
```
namespace App\Models;
use …