Mateus Galasso

Results 13 comments of 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......

Update, using trait and every thing ![image](https://user-images.githubusercontent.com/3990028/191613122-5b165133-b70b-4f4c-9763-dd4cf68e9132.png) ![image](https://user-images.githubusercontent.com/3990028/191613026-06d65586-3f6b-4e52-8cc2-5660b9f54851.png) ![image](https://user-images.githubusercontent.com/3990028/191613174-39f7ea7d-5658-4343-a6af-f71d1afa0f8c.png) ![image](https://user-images.githubusercontent.com/3990028/191613066-671a6f4d-0835-4ccc-82b0-953f4b996e59.png) 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',...

> > > 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...

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 ```...