Support the ongoing development of Laravel.io →

845 Threads

Integration of Google Api to fetch contact Details

Every thing is working fine but facing issue in when I get the response from Google. The contacts a...

0 Likes
0 Replies

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

Form CSRF Tokens

I am having an issue with csrf tokens not being generated in forms. Forms generate the hidden field...

0 Likes
11 Replies
Solved

Lumen keeps throwing TokenMismatchException

My application is quite simple, I want to calculate result from given values and return the result t...

0 Likes
2 Replies
posted 8 years ago

Session not working on 5.1

I installed a fresh installation today, but the Session is not working, the files in 'sessions' fold...

0 Likes
1 Replies

Laravel 5.1 (Localization) setLocale does not save the locale string you are going to use in session

Hello , I am using Laravel 5.1 , in change language action, i wrote "App::setLocale " howe...

0 Likes
0 Replies

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

Login Via ajax not working Laravel 5.1

I am using ajax to login user. Here is the code but not working. Although the (Auth::attempt(['email...

0 Likes
7 Replies

Basic HTTP Auth with credentials stored on .env file

I'm trying to make a group of secret routes on my app. Route::group(['middleware' => 'auth.secret...

0 Likes
0 Replies

How to Check the Logged In User of Laravel 4 in Laravel 5 using Same DB?

I've to work with two Projects one of which is in Laravel 4 and the other is in Laravel 5. The scena...

0 Likes
0 Replies

Lumen - Enabling middleware causes jQuery AJAX post request 500 (Internal Server Error)

I am currently making a website using Lumen 5.0.10 in Laravel 5. POST and GET requests work without...

0 Likes
3 Replies

Route model binding won't work

Hi guys, I'm relatively new to Laravel but am so far impressed. One of the features that I was reall...

0 Likes
0 Replies
posted 8 years ago

Sessions randomly expire LA 5

I have build an application where i use the default Laravel Auth:: class to login users. However, cl...

0 Likes
1 Replies

Best way to get logged users info for eloquent.

I've been using this: $query = $this->job->where('user_id', \Auth::user()->id)->get();...

0 Likes
0 Replies

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

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

Manage single session on laravel and magento

I want manage single session on laravel application and magento application. so i have changed the l...

0 Likes
1 Replies

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

Laravel 5 updating session table user_id column

I'm trying to list online users for Laravel 5. But the user sessions table in my column was constant...

niyazialpay liked this thread

1 Likes
0 Replies

Auth::viaRemember() return false after check remember

Hello all! I have learning L5 with login and remember but Auth::viaRemeber() not working and always...

0 Likes
0 Replies

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.