Rolando Torres
Rolando Torres
Hi, As you know Nova let you to decide if you want to display a resource in the Sidebar based on a Policy with a method viewAny. Does it work...
Hi, I´m not sure if I am missing something in the component setting but the video image does not appear in the detail view when nova retrieves it from the...
I have a resource with multiple tabs when I try to edit the information and the page is opened to edit the first tab is selected but the rest of...
I am getting this error: Invalid argument supplied foreach() My code is DynamicSelect::make(__('Rate by'))->options([ 'Weight' => 'Weight', 'Trip' => 'Trip', 'Distance' => 'Distance', ]) ->rules('required'), DynamicSelect::make(__('UnitOfMeasure')) ->dependsOn(['Rate by']) options(function($values) {...