Support the ongoing development of Laravel.io →

1,916 Threads

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
posted 9 years ago

Laravel 5.2 auth login working not from the first attempt

Hi, I'm learning Laravel authentication and created authentication form using command php artisan ma...

0 Likes
0 Replies

TokenMismatchException - Session Timeout

Hi everyone, I'm building an application and if the session times out then a user submits the form,...

0 Likes
0 Replies

Authentication Problem in more than one controllers

Hey guys i am newly working on Laravel. I am facing a problem regarding authentication. Its that whe...

0 Likes
0 Replies

Auth.basic fails

The problem is with the default auth.basic functionality. A users' credentials pass when checking wi...

0 Likes
7 Replies

adldap2 and laravel 5.2

Hi Guys first of all i'm a complete newbie in frameworks, i started reading about that a few days ag...

0 Likes
3 Replies
Solved

Auth::guest() does not work for student (custom) guard

I am using student guard for Authentication everything is working fine. Auth::guard('student')->u...

0 Likes
1 Replies
Solved

Laravel Spark install: Auth guard [] is not defined.

Hello wonderful Laravel community. I'm working on a laravel spark project and I'm not sure what I've...

0 Likes
2 Replies

I can't logged in user using my own controller.

This is my form <form method="POST"> <div class="table-responsive">...

0 Likes
2 Replies

Laravel Auth routing issue

Hey there, I am new to laravel i have created laravel basic authentication using command line, ever...

0 Likes
4 Replies
Solved

Auth and Entrust not working within routes file

Hello, I am using Entrust in my application for user permissions. It works fine in my controllers, f...

0 Likes
0 Replies
posted 9 years ago

Lumen and JWT-Auth

Hi, I am trying to use Lumen and JWT, following this tutorial: http://laravelista.com/json-web-token...

0 Likes
0 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.

© 2025 Laravel.io - All rights reserved.