-
Should let you add any field an unlimited amount of times and remove previous values.
API:
```php
Repeater::make('column')
->field(SomeField::class)
->storeValueUsing(function (Repeater…
-
## Code example:
```
Text::make('Recipient')
->readonly()
->dependsOn(
['type'],
function (Text $field, NovaRequest $request, FormData $formData) {
if ($form…
-
Hi thanks for the Awesome package! :100:
I'm trying to use benjacho/belongs-to-many inside a NovaDepencyContainer. A few issues I've found:
There is a weird error when trying to create or update …
-
Postup: nova ziadost / pridat attachment / save / load / save / load / submit -> error
```
[2015-12-18 08:02:51,798] django.request ERROR Internal Server Error: /sk/infoziadosti/nova-ziadost/3/
Trace…
-
How can I display the "comment" (reason user was banned) in the User resource detail page?
Thank you
-
## Preflight
- [ ] I have searched the repo for this duplicates
## Description
## Possible implementation ideas
-
Is there support for Laravel Nova 4 planned?
-
First things first, thanks for creating this Nova package!
Is it possible to create multiple sizes from one image upload?
I need two different sizes of the same image.
Thanks!
-
I have an entire panel that its fields are all dependent to a boolean field. I want to add the entire panel inside the container so that the panel name will be hidden too, if I only add all the fields…
-
I have a BelongsTo relationship on a model where a Question can reflect back on another question:
```
#App\Question
public function reflectsOn(){
return $this->belongsTo('App\Question','re…