Open philipbaginski opened 3 years ago
I have the same issue
I tested this package with fresh Nova installation and works proper. How to find what else is interrupting this package?
Should have installed the excel importer? or i can just run this without that? Cause im just doing the example thing but i cannot get the $request->user thing working
I have only this package.
Are you using the samething write in the example inside your nova resource? like mine: `class Taxonomia extends Resource { /**
No idea, I have to check.
This issue is because it doesn't process Panel
in fields list of a resource
Sorry for just picking up on this thread. For those experiencing an issue, can anyone share their NovaResource configuration?
@philipbaginski I know this is an old issue, but has this improved at all?
I will check today with Nova 3 version.
having issue with panels aswell. code like -> https://nova.laravel.com/docs/4.0/resources/fields.html#field-panels
Hi!
I'm getting this error: SimonHamp\LaravelNovaCsvImport\Http\Controllers\ImportController::SimonHamp\LaravelNovaCsvImport\Http\Controllers{closure}() must be an instance of Laravel\Nova\Fields\Field, array given
Laravel 8 Laravel Nova v3.24.0
Any idea how to fix it?