That method does not exist on that class. You can use that method on controllers. So in your controller you can add that to the constructor or define middleware in your route file.
Nov 12, 2020
3
Level 15
Anyone know what authentication middleware to apply to Laravel Excel?
HI, I Tried using the usual $this->middleware('auth'); inside the constructor of the Export file where the collection lives and got this error:
Call to undefined method App\Exports\RawDataExport::middleware()
I have poked around SO and Googled extensively, and can see what what is probably an obvious mistake.
Any advice ?
Many thanks !
Level 61
Please or to participate in this conversation.