this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...
Hi. i need to add a function to my application upon the user session expired. the lifetime set in my...
Every thing is working fine but facing issue in when I get the response from Google. The contacts a...
Hi In Laravel 5.1 i try to create a session after a Auth::loginUsingId with $request->session()-&...
I am having an issue with csrf tokens not being generated in forms. Forms generate the hidden field...
My application is quite simple, I want to calculate result from given values and return the result t...
I installed a fresh installation today, but the Session is not working, the files in 'sessions' fold...
Hello , I am using Laravel 5.1 , in change language action, i wrote "App::setLocale " howe...
We made a simple login form, when we post it its working fine, we are even logged in if we check the...
I am using ajax to login user. Here is the code but not working. Although the (Auth::attempt(['email...
I'm trying to make a group of secret routes on my app. Route::group(['middleware' => 'auth.secret...
I've to work with two Projects one of which is in Laravel 4 and the other is in Laravel 5. The scena...
I am currently making a website using Lumen 5.0.10 in Laravel 5. POST and GET requests work without...
Hi guys, I'm relatively new to Laravel but am so far impressed. One of the features that I was reall...
I have build an application where i use the default Laravel Auth:: class to login users. However, cl...
I've been using this: $query = $this->job->where('user_id', \Auth::user()->id)->get();...
In the handle() method of my middleware, I currently have: return $next($request); But I would like...
Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...
I want manage single session on laravel application and magento application. so i have changed the l...
can i login using auth::attempt without hash the password ? i already have the database users from m...
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