I have tinkering my laravel project awhile, and when I try using register auth from laravel to input...
I was developing a form which is public but user must be logged in to submit the form. Here is my ro...
Hi, I know , that exists way how to login users by theirs ids: Auth::loginUsingId($user_id) but how...
I'm using Laravel: 5.2.* as my project and trying to validate/restrict large size(max:600kb) image(S...
Perhaps you have completed the courses like PHP with Laravel for beginners - Become a Master in Lara...
Hello. I'm a computer science graduate. I have just started an internship at a company where they us...
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...
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