Support the ongoing development of Laravel.io →

Learner

Joined 18 Aug 2015

Statistics

Threads 5
Replies 9
Solutions 2
Articles 0

Auth::user() always returns null

Hi, everyone. I implemented login functionality to check role of user. Here is postLogin() function....

0 Likes
12 Replies

Multiple Joins from Two Tables

Hi, everyone. I need to implement the following list. No | Subject | Provider | Replier 1 | Subject1...

0 Likes
1 Replies
Solved

Laravel Authentication

Hi, everyone. I am implementing a simple Laravel website. I need some urls protected from unauthoriz...

0 Likes
3 Replies

Laravel Authorization Function

Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...

0 Likes
2 Replies
Solved

Laravel authorization function

Hi, everyone. I am a beginner of Laravel and PHP and developing a simple Laravel website with user r...

0 Likes
2 Replies
replied 8 years ago

[PROBLEM] asset() not point to public folder

Change /Illuminate/Foundation/helpers.php/asset() function as follows: function asset($path, $secure...

0 Likes
replied 8 years ago

Passing Variables in a URL to a Laravel Route

I don't understand why you need to get values in route file. In my case, I get those kind of paramet...

0 Likes
replied 8 years ago

Auth::user() always returns null

I changed the postLogin() and getLogin() functions to test what Auth::user() returns. postLogin() fu...

0 Likes
replied 8 years ago

Auth::user() always returns null

Thanks for your reply. But the table has 'ID' field and Auth::attempt() succeeds to redirect to dash...

0 Likes
replied 8 years ago

Multiple Joins from Two Tables

OK. I figured it out by myself. $subject_list = DB::table('subjects') ->join('users as provider',...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.