Mateus Galasso
Mateus Galasso
I did the following : npm config set proxy null npm config set https-proxy null npm config set registry http://registry.npmjs.org/
> > Hey @anditsung, thanks, haven't got a nova4 license myself yet to be able to understand what changes need to be done... > > i have check the package......
same here
Update, using trait and every thing     My code ```php return [ Tabs::make(__('Entidade'), [ new Panel(__('Dados'), $this->campos($request)), MorphOne::make('Endereço', 'endereco', Endereco::class), HasMany::make('Representantes', 'representantes', RepresentanteLegal::class), HasMany::make('Termos/Propostas', 'propostas', Proposta::class), MorphMany::make('Histórico',...
same problem here...
> > > For anyone interested in this. It's not the cleanest solution, but i've managed it by swapping out the FieldDownloadController.php. > > There might be a way to...
+1 on this issue.
I don't know if it will help but in my case, I did the following - I created a custom validation request and I put the rule as follows ```...
I don't know if it will help but in my case, I did the following - I created a custom validation request and I put the rule as follows ```...