I can't log in to my laravel API with passport, suddenly, everytime I try to register or login and I...
Hey dudes, I am new to Laravel and therefore I wanted to know if it is possible to use the GetUserFr...
Hello! I'm a newbie in Laravel. I use 5.3 version and I have installed make:auth authorization. It's...
Hey All. In my LV 5.2 I had a middleware route that went in to the doLogin controller. And After Ith...
I want to create a dropdown list where the data retrieved from the database, ie dropdown level. the...
I'm spinning in big circles here. I have a Log set up to log users logging in using the EventServic...
Hi, I need to do two kind of authentication users. First is by password, so you need to type login+p...
Hi everybody, I'm very new in Laravel. I have been watching some videos and I saw this route.php use...
Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...
Hi laravel's community, I have been around a problem all day long. I am working on adding a change-p...
Argument 1 passed to Illuminate\Auth\SessionGuard::login() must implement interface Illuminate\Contr...
This has been a persistent issue, and now it is time to fix it. I have a section of a projcet where...
I am trying to find where the auth.basic middleware checks the username and password in the database...
I have given my api code below: Step1: My Route $api->version('v1', function($api) { $api->get...
So I'm wanting to setup a contact form and send emails using the built-in laravel mail. I'm receivin...
Hello there, i am trying a really simple form validation, but somehow it does not work out. here is...
I'd like to cache Auth::user() calls, because I have the username of the logged in user in my top na...
This is a link i tried default intstall on window. but appears error like that. installed on osx was...
I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth...
in laravel 5.3 i cannot use Auth::user(), it's response unauthenticated! how can i use Auth at api r...
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