Support the ongoing development of Laravel.io →

343 Threads

Strange auth middleware redirect

Hi! Just started learning Laravel with the help of learninglaravel.net tutorial, however I'm a bit s...

0 Likes
2 Replies
Solved

HOW TO: Use any column other than email as username (Laravel 5.2)

I couldn't find in the docs how to change authenticating against an email to something else. For ins...

0 Likes
3 Replies
Solved

No filter working on testing server but working on local develpment

Hi everyone! I developed an app using L4.1 and it uses 2 filters. My local environment is based on V...

0 Likes
3 Replies
Solved

$errors not found & logout not working?

Hello guys, I'm new to Laravel. I just played around with some methods and made already a few little...

0 Likes
6 Replies
Solved

Call to undefined method Illuminate\Support\Facades\Request::session()

Hi In Laravel 5.1 i try to create a session after a Auth::loginUsingId with $request->session()-&...

0 Likes
1 Replies
Solved

Auth session killed after redirect | laravel 5.2

We made a simple login form, when we post it its working fine, we are even logged in if we check the...

0 Likes
1 Replies
Solved

Auth middleware problem

I am having problems with the auth middleware. All appears to be working ok but then I noticed that...

0 Likes
2 Replies
Solved

Middleware return $next($request) with JSON?

In the handle() method of my middleware, I currently have: return $next($request); But I would like...

0 Likes
5 Replies
Solved

How to create custom HTTP Authentication Laravel 5.1

Hi All, I am new to this forum and really new to laravel, i am trying to create a custom HTTP authen...

0 Likes
6 Replies
Solved

Problem with JWT login

Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...

0 Likes
2 Replies
Solved

login without hash the password

can i login using auth::attempt without hash the password ? i already have the database users from m...

0 Likes
3 Replies
Solved

Create middleware to prevent a user manipulates the information of other users

I have a problem. I need to prevent a logged in user can edit / view etc. information of another us...

0 Likes
1 Replies
Solved

L 5.1 - return redirect->route() not working...

Hi guys, I have a strange problem. I am not able to redirect my user if his email does not exist in...

0 Likes
1 Replies
Solved

Moving old users to laravel users table

I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...

0 Likes
2 Replies
Solved

Making email optional

Hi everyone, I'm new to Laravel but have a decent amount of experience with PHP and a lot of experie...

0 Likes
2 Replies
Solved
posted 9 years ago

Conditional returning false - password recovery

These are my three functions to recover a password. Everything seems right. In my routes, I am passi...

0 Likes
5 Replies
Solved

Login as guest instead of User

In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...

0 Likes
1 Replies
Solved

How to fire an event after successfull password reset?

Hello folks! How can I fire an event after one of my users successfully resets their account passwor...

0 Likes
2 Replies
Solved

Modular Structure Laravel

Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...

0 Likes
1 Replies
Solved

Cross subdomain authentication cookies missing

I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...

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.