Support the ongoing development of Laravel.io →

340 Threads

$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 8 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

User gets logged out when Angular performs a http request

Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...

0 Likes 5 Replies
Solved

How to add custom fields in Authentication login page L5.1

Good day.. Hi guys. I know this is one the basic features in laravel but I'm kinda stuck here. I'd l...

0 Likes 4 Replies
Solved

Passing Parameters to middlware

I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...

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

© 2023 Laravel.io - All rights reserved.