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...
Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...
I need to override some of the things, one of them - hasher I create new package: <?php namespac...
At the moment I have a header.blade.php, i am currently checking if the user is logged in to decide...
I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...
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