Support the ongoing development of Laravel.io →

1,915 Threads

Laravel 5.2 Authentication with Modular Application

Hi All. I'm in the process of upgrading my Laravel 5.1 application which has modular infrastructure...

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

schema builder

I am trying to use the schema builder with larval 5.2.5 . When I run the code without the schema bui...

0 Likes
0 Replies

Authentication Sound Board

I am planning an app that with have 3 user roles to start with and I need the ability to suspend use...

0 Likes
0 Replies

uuid auth problem

I using postgres and created my users table with id of type UUID. but after execute login action ret...

0 Likes
1 Replies

Laravel 5 socialite problem

hello guys I have installed laravel socialite with composer and there is a folder called socialite i...

0 Likes
0 Replies

[SOLVED] Auth Login event in Laravel 5.2

In Laravel 5.1 I was able to listen the Auth.Login event, but I can't do the same on 5.2. It seems t...

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

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

how to hide page and unhide page? (using auth, middleware..)

My app allows my company to upload banners that their client can then preview.. they can login and n...

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

Unable to delete when using soft delete

Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...

0 Likes
1 Replies

Login Auth::attemp always FAILED

i trying login using auth::attempt , but always return failed , i dont know why . i already hash my...

0 Likes
2 Replies

Attempt not working (laravel 5.0)

I need support login section. public function postLogin(LoginRequest $request){ $login = array(...

0 Likes
0 Replies

Socialite visits by Google Adbot

In my exception log I see repeated exception errors being generated by what appears to be Google Ads...

0 Likes
0 Replies

JWT Auth giving error invalid_token in each api call

Hi All, I have used tymondesigns/jwt-auth package to implemet token based auth in laravel. i receive...

0 Likes
0 Replies

Authenticating Client using Client SSL Certificates

I would like to authenticate my clients based on the Client SSL Certificate. Does Laravel supports...

0 Likes
1 Replies
posted 10 years ago

Redirect Path (redirectPath) not working if user already logged in

I'm just starting out after generating a fresh laravel app using artisan. By following instructions...

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

© 2025 Laravel.io - All rights reserved.