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...
Hi! I have a problem with my Laravel application. I use AngularJS and when it is trying to make a ht...
Good day.. Hi guys. I know this is one the basic features in laravel but I'm kinda stuck here. I'd l...
I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...
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