-
Hey everyone
I read some tickets here and was able to get Parental to work Nova, at least for my parent resource 'Asset'. I have several sub-assets and would like to have separate administration en…
-
Hey guys,
I am sending the models within an action to some webservice. The results should be displayed in a select field where the user can choose a suitable option for him.
Is there a way to acce…
-
- Nova Version: 4.16.1
### 2 Badge Fields:
```php
Badge::make('Account status', fn () => 'ACTIVE')
->map(['ACTIVE' => 'success'])
->showWhenPeeking(),
Badge::make('KYC status', fn …
-
- Laravel Version: 10.14.1
- Nova Version: 4.26.3
- PHP Version: 8.1
- Database Driver & Version: MariaDB
- Operating System and Version: Windows 10
- Browser type and version: Firefox 115
###…
-
- Laravel Version: 9
- Nova Version: 4.26.3
- PHP Version: 8.1
- Database Driver & Version:
### Description:
`
class Lancamento extends Model
{
use HasFactory;
protected $tab…
-
- Laravel Version: 9
- Nova Version: 4.25.1
- PHP Version: 8.0
### Description:
`filterable()` Not working on `Laravel\Nova\Fields\URL`
### Detailed steps to reproduce the issue on a fresh …
-
Settings page was working well, but during development something happened and now when attempting to save any setting I get the error: `Call to undefined method stdClass::forceFill()`
Any insight a…
-
**Is your feature request related to a problem? Please describe.**
When using Nova (or X) I have a secondary ID that is linked to a secondary ID. Both of those IDs are retrieved from a third-party ap…
-
Laravel Version: 10.10.0
Nova Version: 4.0.0
PHP Version: 8.1
Description:
{
"message": "Call to undefined method stdClass::forceFill()",
"exception": "Error",
"file": "/var/www/htm…
-
_Merges refactor/fix-select-over-others-formfields -> develop_
# Gitlab MR Web Template
## Descrição
- Corrige o select flutuante abrindo em baixo de outros form fields.
- Adiciona uma variável ao …