I would not use FormRequest to handle auth for views, that's not what it's made for. I would normally handle this in the routes file, is there any specific reason you don't want to do that?
Because now i need to duplicate permissions logic in two places (FormRequest class and before form view), i want to define it in one place so it would be used before both showing form and handling its post.
So the best option would be to create separate class witch handles permissions logic:
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community