Hi, There are 2 methods in UsersController that don't need the filter. In other words they are acces...
Hi Guys I am trying to set it up so that my user model accesses a different table depending on which...
Hi, I am new to laravel, and trying to developing login page using Auth tool. i am using following c...
Having trouble displaying my dashboard after signing in. Here is my UsersController, users/dashboard...
I need to implement a "last seen" timestamp in laravel, so if your authenticated, and make...
I am trying to get my brain around Laravel by trying to follow the tutorial here http://alexsears.co...
folks i have a performance question, i user Auth::check a lot within controller and views is it bett...
Hey, i made a password reminder and it successfully sends emails, but i do not know how to modify th...
This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...
Hey, I've been using L4withSentry quite a bit, and recently on a couple small projects I find myself...
Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...
I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...
I have a form where a user can update several profile fields such as username, email, location, etc....
No user is currently logged in. Why after I create a user using a User::create() model (my applicati...
Hey laravel community, I'm currently running on a regular php system with laravel as a system that I...
I use laravel framework (v4.2.4) with the auth provider. I have two accounts: Kees Piet When I log i...
How can you pass multiple parameters to a filter? This function in the compiled.php indicated that y...
Hi, I'm creating a timesheet webapplication where only registered users can have access. Offcourse a...
Hello! I've looked through all the other threads regarding hashes and Auth:: and not one has been ab...
I'm managin the users profiles from their social network, and using S3 with cdn. The problem is that...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community