Leonardy Cardoso

Results 3 comments of Leonardy Cardoso

> Eu aceitaria um PR para permitir a personalização da guarda The problem is in this action middleware, you would have to somehow add additional middleware. Correct me if I'm...

So it gets a little complex, there would have to be some way to change the middleware in the project itself.

In my project I solved it this way Route::get('/filament/imports/{import}/failed-rows/download', DownloadImportFailureCsv::class) ->name('filament.imports.failed-rows.download') ->middleware('auth:consignante');