I have a question in mind about separating controllers. For example, let's say I have a website that...
parisan liked this thread
Change your routes to use "Admin\AuthController@getLogin" and class Authcontroller to Auth...
You simply can check if the requested user ID is same as Auth::user()->id, you allow him to edit...
The Laravel portal for problem solving, knowledge sharing and community building.
The community