Support the ongoing development of Laravel.io →

1,917 Threads

middleware issue

Hello everyone, I want to do something like this: public function destroy($id) { $user = Auth::u...

0 Likes
1 Replies

Database Errors After Swapping Out User.php for Another Class

I just installed laravel and created a new project. I ran php artisan make:auth which provides a lo...

0 Likes
3 Replies
Solved

Sentinel update not updating all fields?

So i'm trying to update a user in the database, all names are correct however the update is only upd...

0 Likes
1 Replies
posted 10 years ago

Auth::check always returning false

I can't figure this out for the life of me. The Laravel docs imply/state that Auth::check should ret...

0 Likes
4 Replies
Solved

Save emails and passwords from unautorizades users

I created the login using php artisan make:auth I read I have to override AuthController.php but , I...

0 Likes
1 Replies

Authenticate only with LDAP

Hi, I would like to create a website with LDAP authentication. I installed an LDAP plugin (this one:...

0 Likes
0 Replies

Multiple authentication methods for the same routes

Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...

0 Likes
1 Replies

Authentication

I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...

0 Likes
1 Replies

Laravel Roles and Permissions on routes

I have a Laravel 5.2 application using the Auth functionality provided by Laravel. For roles and per...

0 Likes
2 Replies
posted 8 years ago

how laravel auth detect user authenticated via tymon jwt

hi I am trying to learn laravel, as a practice i have implemented tymon jwt auth in my laravel proje...

0 Likes
0 Replies

Internal Server Error

I am working with Laravel 5. here all working well for route '/' but when i am defining another rout...

0 Likes
1 Replies

Error message not showing

I'm trying to get the error message to show when I attempt to login with the wrong username and pass...

0 Likes
0 Replies

Creating a Master Admin account that is not part of the normal users' database.

Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...

0 Likes
1 Replies

Stateless Basic Authentication for some routes in Laravel 5.2

Does anyone knows how can I use a stateless basic authentication for some of my routes in Laravel 5?...

0 Likes
1 Replies

Socialite really huge question

Hi I have a scenario where users log in into Laravel with regular email/password scenario. However i...

0 Likes
0 Replies

2 Forms 1 different hidden input

Hi guys, new here so go easy! I'm working on a site, and doing what I can in laravel, I have 2 regis...

0 Likes
0 Replies

Laravel 5 in DDD Pattern

I would like to start my new project in laravel 5 using DDD pattern. I am confused about the authent...

0 Likes
0 Replies

Redirect to login page after login - loop in login

Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...

0 Likes
0 Replies

Oauth 2 PUT & DELETE Method Not working

Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...

0 Likes
0 Replies

Can't login user in test

I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...

0 Likes
8 Replies
Solved

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.