Support the ongoing development of Laravel.io →

1,910 Threads

posted 8 years ago

Installed Auth and now I'm getting login and redirect loops

I installed Auth and now every page requires a login. When I log in, I get: This webpage has a redir...

0 Likes
0 Replies

$errors is empty

Im sorry if I am new to Laravel 5.2, but I get empty string in $errors even though if I use duplicat...

0 Likes
1 Replies
Solved

Need advice from programer...

Im creating simple kiss system need someone to ask about advice fixing things... Skype: cuemur

0 Likes
0 Replies

Auth::attempt() problem

Hey, trying to just make a very basic user system. Authentication is failing even though the values...

0 Likes
7 Replies
Solved

Best way to implement 2nd pin/password & socialite

I'm just starting out with Laravel and am using Auth & Socialite on a new project with a basic u...

0 Likes
1 Replies

The best way to create group admin in laravel ?

I'm with a project in Laravel, which I need to create three types of administrator. For example, th...

0 Likes
0 Replies

Socialite with Google/G+ keeps asking for offline access permission

I have installed Socialite, and I can get it to talk with google and allow people to login, and then...

0 Likes
2 Replies

Upload Profile Picture in Laravel Registration

Please help me how to add upload profile picture on laravel 5.2 registration form. I use Auth for my...

0 Likes
2 Replies

Login redirect not working

Greetings. I'm new to laravel and I used artisan make:auth to generate the authentication route and...

0 Likes
0 Replies

Overriding EloquentUserProvider to change password field name in validateCredentials()

I've managed to change the password field in the code through overriding various classes/methods. Bu...

0 Likes
0 Replies
posted 9 years ago

Getting error 'Target [Illuminate\Contracts\Auth\Registrar] is not instantiable.'

I didn't change anything that would affect anything pertaining to authentication. Last week, it was...

0 Likes
9 Replies

Are middleware just a new name for filters?

I have been going through a mix of Laravel 4 and Laravel 5 tutorials depending on what I found when...

0 Likes
0 Replies

handling error in inputing data

Hi, I'm new with Laravel, so im writing a comment form that using hidden input which value is user-&...

0 Likes
1 Replies

Extending ResetsPasswords.php

Hi All, I need to add in some extra logic when functions are called inside ResetsPasswords.php. I'm...

0 Likes
0 Replies

Extending Auth

Hi I am using JWT for authentication so I want to be able to get the the user token with Auth:user()...

0 Likes
0 Replies

[Laravel 5.2] Auth::guard('customGuard')->user() isn't working and I don't know why

Hi, I am new to the Laravel community and i started with the last version (v5.2.16). I am using a cu...

0 Likes
1 Replies

My website needs two passwords for the same username

My website is for two people at the same time. They need to be able to login together or separately....

0 Likes
1 Replies

Cant Login with Socialite !

public function redirectToFacebookLogin() { return Socialite::driver('facebook')->redirect(); } /...

0 Likes
1 Replies

Use Laravel policies with anonymous users

Hi, Is there a way in 5.1 to use policies without having a logged in user? To give an example, I wou...

0 Likes
0 Replies

Non-static method Laravel\Socialite\Contracts\Factory::driver() cannot be called statically, assuming $this from incompatible context

I am trying to implement facebook authentication using Socialite, and In my auth controller im getti...

0 Likes
2 Replies

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.