-
```
SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'id' in field list is ambiguous (SQL: select `id` from `contacts` inner join `contactables` on `contacts`.`id` = `contactables`.`conta…
-
I tried to install the field in a projecting that is using laravel nova 4.0 and the field is not showing and not getting error
-
nova-resizable:2 Uncaught TypeError: Cannot read properties of undefined (reading 'components')
at nova-resizable:2:4548
-
As soon as something like this:
```
1
2
3
4
5
6
7
```
![image](https://user-images.githubusercontent.com/3182864/45462574-cb9f2680-b6de-11e8-8840-516912567a…
-
Hi there,
Today I discovered that tabs do not work since [Laravel Nova](https://nova.laravel.com/releases) (`laravel/nova`) version `4.22.0`. The tabs work fine with version `4.21.0`. In version `4…
-
Hmm, getting a few errors on install on laravel 8.7, php 8.0.14, not using nova (is nova an unlisted requirement?). Also, shouldnt it be installing its own dependencies like tipoff/support?
```
❯…
-
* [X ] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Nova Excel.
* [X ] Checked that your issue isn't already filed.
* [ X] Checked if no PR was submitted …
-
after executing a command, no response is shown (see picture). artisan-tool-console-buffer request keep going, but response does not change.
Tested with fresh Laravel install with only Laravel Authen…
-
When asserting that an action responds with a specific message, the test case fails with the following error
```
Failed asserting that Laravel\Nova\Actions\ActionResponse Object #1410 (
'dang…
-