I create the password with this code $user = User::find(1); $user->password = Hash::make(...
i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...
I'm trying to integrate Hybridauth + Entrust ( https://github.com/Zizaco/entrust ) in my website. Be...
I have a User model with a little hom-made "roles/permission" system. Directly in my User...
I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...
I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...
Hello guys. I am unable to get Sentry to authenticate a user. It currently finds the user but can't...
Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...
I am in the planning stage of an app that will require fine control of permissions. What I mean is,...
Using these commands: http://laravel.com/docs/security#password-reminders-and-reset I get the follow...
Hi i want to use stapler with sentry 2 So i can use Sentry::getUser()->avatar->url('avatar_s...
Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...
Hi, I am very new to Laravel but I have gone over the documentation repeatedly and I cannot figure o...
Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...
I created an user authentication system, everything works great on my local server, but once uploade...
Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...
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...
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