Support the ongoing development of Laravel.io →

342 Threads

Can't login by Auth::attempt method

I have this code public function login(){ $user = User::find(1); if ($user){ echo "I c...

0 Likes
2 Replies
Solved

Token authentication.

I'm planning on using NodeJS frontend and a Laravel backend for a project. Authentication I am plann...

0 Likes
2 Replies
Solved

Hash::check nor Hash::attempt match with original password

I create the password with this code $user = User::find(1); $user->password = Hash::make(...

0 Likes
2 Replies
Solved

phpseclib shh2 exec and get output

i will exec SSH2 commands in Laravel 4 and catch the output to print it on the screen. But not on th...

0 Likes
2 Replies
Solved

Can access User model method only if logged in

I have a User model with a little hom-made "roles/permission" system. Directly in my User...

0 Likes
1 Replies
Solved

custom login filter not redirecting to calling page

I picked up development of an orphaned project using SimpleSAMLphp for SSO, and I'm trying to finish...

0 Likes
1 Replies
Solved

Auth::check() code in view doesn't work

I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...

0 Likes
2 Replies
Solved

Authenticating with Sentry 2 (2.1.*) not working.

Hello guys. I am unable to get Sentry to authenticate a user. It currently finds the user but can't...

0 Likes
1 Replies
Solved

Auth attempt always return false

Hi Guys, I'm having some headache trying to solve this problem. In my table seeder, I create this us...

0 Likes
5 Replies
Solved

Controlling and managing access levels to all routes

I am in the planning stage of an app that will require fine control of permissions. What I mean is,...

0 Likes
4 Replies
Solved

Artisan auth commands not working?

Using these commands: http://laravel.com/docs/security#password-reminders-and-reset I get the follow...

0 Likes
1 Replies
Solved

How to setup Stapler with Sentry 2

Hi i want to use stapler with sentry 2 So i can use Sentry::getUser()->avatar->url('avatar_s...

0 Likes
3 Replies
Solved

Use Logged In-User's Data in View

Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...

0 Likes
4 Replies
Solved

Auth::attempt validates, but auth filter doesn't acknowledge login

Hi, I am very new to Laravel but I have gone over the documentation repeatedly and I cannot figure o...

0 Likes
1 Replies
Solved

Recreated SESSION all the time

Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...

0 Likes
2 Replies
Solved

moving to external server giving problems with validation error messages

I created an user authentication system, everything works great on my local server, but once uploade...

0 Likes
2 Replies
Solved

Edit form with image upload

Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...

0 Likes
2 Replies
Solved

Problem with password expiration

Hello. I need to force the user to change their password every 30 days. Is there anything in laravel...

0 Likes
2 Replies
Solved

oauth2-server failing under test

We are implementing Luca Degasperi's OAuth 2 server in our REST app. The integration seem to work ve...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.