Hi! Just started learning Laravel with the help of learninglaravel.net tutorial, however I'm a bit s...
I couldn't find in the docs how to change authenticating against an email to something else. For ins...
Hi everyone! I developed an app using L4.1 and it uses 2 filters. My local environment is based on V...
Hello guys, I'm new to Laravel. I just played around with some methods and made already a few little...
Hi In Laravel 5.1 i try to create a session after a Auth::loginUsingId with $request->session()-&...
We made a simple login form, when we post it its working fine, we are even logged in if we check the...
I am having problems with the auth middleware. All appears to be working ok but then I noticed that...
In the handle() method of my middleware, I currently have: return $next($request); But I would like...
Hi All, I am new to this forum and really new to laravel, i am trying to create a custom HTTP authen...
Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...
can i login using auth::attempt without hash the password ? i already have the database users from m...
I have a problem. I need to prevent a logged in user can edit / view etc. information of another us...
Hi guys, I have a strange problem. I am not able to redirect my user if his email does not exist in...
I've got an existing users table for my website and am rebuilding the entire site in Laravel. I'm st...
Hi everyone, I'm new to Laravel but have a decent amount of experience with PHP and a lot of experie...
These are my three functions to recover a password. Everything seems right. In my routes, I am passi...
In my AuthenticatedsUsers.php, the postLogin() method correctly run the Auth::attempt() and return t...
Hello folks! How can I fire an event after one of my users successfully resets their account passwor...
Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...
I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community