Hi, everyone. I implemented login functionality to check role of user. Here is postLogin() function....
Hi, everyone. I need to implement the following list. No | Subject | Provider | Replier 1 | Subject1...
Hi, everyone. I am implementing a simple Laravel website. I need some urls protected from unauthoriz...
Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...
Hi, everyone. I am a beginner of Laravel and PHP and developing a simple Laravel website with user r...
Change /Illuminate/Foundation/helpers.php/asset() function as follows: function asset($path, $secure...
I don't understand why you need to get values in route file. In my case, I get those kind of paramet...
I changed the postLogin() and getLogin() functions to test what Auth::user() returns. postLogin() fu...
Thanks for your reply. But the table has 'ID' field and Auth::attempt() succeeds to redirect to dash...
OK. I figured it out by myself. $subject_list = DB::table('subjects') ->join('users as provider',...
The Laravel portal for problem solving, knowledge sharing and community building.
The community