You would do this within a single auth filter, by checking what URL they are trying to get to and redirecting to the proper login page for them.
beaverusiv said:
You would do this within a single auth filter, by checking what URL they are trying to get to and redirecting to the proper login page for them.
That was my idea too, but then I would need to check if(Auth::user()) and then redirect to proper page, but I thought there is better way to do this.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community