Hello. I need to force the user to change their password every 30 days. Is there anything in laravel...
We are implementing Luca Degasperi's OAuth 2 server in our REST app. The integration seem to work ve...
Hi guys! Recently I added a "page" segment on the url for pagination so I changed my '{sec...
I'm building an authentication system using Sentry 2. The problem I'm facing is that I'm unable to...
Hello, I am creating my own package and i want to add Auth only for my package using a different tab...
I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...
Look my code: http://pastebin.com/56rY1iqD I don't understand why this filter doesn't work... This f...
Yesterday, I was banging my head against the keyboard all night, having big problems getting authent...
In my controller I have: public function __construct() { $this->beforeFilter('auth', array('excep...
if the user login, Auth::check() will be return true; But how to make sure the user logout ? not use...
Sounds silly, but how do I allow a user to change their password through the authentication driver?...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...
Hey guys, Laravel is the first framework I have decided to learn and start working with. I've been a...
Long title but it kinda sums up the issue. I have an action in a controller that creates a new user...
I have controllers that have public get, create, update, and delete methods that should only be done...
I have a question use throughout my application ACL (Access list controller) and do consultations in...
Hi, I'm fairly new to Laravel and I'm trying to use efficiently/authority controller package. So I f...
I'm trying to figure out what would be the best way to create options for users to add friends, I ha...
Hi, I'm trying to find out the best way of doing this and I have no idea. I have a users table which...
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