Hello everyone, I want to do something like this: public function destroy($id) { $user = Auth::u...
I just installed laravel and created a new project. I ran php artisan make:auth which provides a lo...
So i'm trying to update a user in the database, all names are correct however the update is only upd...
I can't figure this out for the life of me. The Laravel docs imply/state that Auth::check should ret...
I created the login using php artisan make:auth I read I have to override AuthController.php but , I...
Hi, I would like to create a website with LDAP authentication. I installed an LDAP plugin (this one:...
Hi all. My app provides an API that is used both by the frontend (with form/ajax requests) and by ex...
I have developed an application using Laravel 5.2 that uses the default authentication. I have the f...
I have a Laravel 5.2 application using the Auth functionality provided by Laravel. For roles and per...
hi I am trying to learn laravel, as a practice i have implemented tymon jwt auth in my laravel proje...
I am working with Laravel 5. here all working well for route '/' but when i am defining another rout...
I'm trying to get the error message to show when I attempt to login with the wrong username and pass...
Hi! I'm creating an app where I'm using a User model that represents Hotels. The columns for these h...
Does anyone knows how can I use a stateless basic authentication for some of my routes in Laravel 5?...
Hi I have a scenario where users log in into Laravel with regular email/password scenario. However i...
Hi guys, new here so go easy! I'm working on a site, and doing what I can in laravel, I have 2 regis...
I would like to start my new project in laravel 5 using DDD pattern. I am confused about the authent...
Hello everyone. I have a problem with my Laravel setup. This is a system that we have been working o...
Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...
I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...
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