@pmall Ok, I will specify routes manually.
@veve286 I have created a login page, on submit of the login form, I have a UsersController that will check for username and password and for the user_access_level. When the user submits the login page the user will be authenticated, where how do I store this information so that it passes through the middleware. Like do I need to create a session variable and store the information in it.
@maheshk Read the docs http://laravel.com/docs/5.1/authentication Also, watch some of the video's on this site.
I am now putting the values in session and retrieving the session values wherever necessary but the using Session::get(), in another controller, I am not getting any values. Can you please help me with this?
I have no idea about what you are doing
Please or to participate in this conversation.