Hello everyone. For the beginning, in my project there are 2 types of user interfaces, for users and...
I have an inventory app that has three different roles, namely operator, admin, and super admin. the...
I'm writing my first application with Laravel (v 5.5) and it's days I'm trying to figure out how I c...
friends this code returns null in browser with correct email and password if(Auth::guard('admin')-&g...
i'm using multi auth in laravel 5.3 i need non logged in users redirect based on guard e.g admin use...
I've created a navigation bar with a dropdown menu where I show a login form. When a user enters wro...
From my last composer update I can not login to my app. All I got is this error : 1/1 TokenMismatch...
Hello, So, I'm using Passport and what I do need is to set a way to change the user password via API...
I am trying to create a custom provider to make auth into my API, I already create the Client in my...
Hello, I have installed fresh copy of Laravel 5.5 and have installed auth scaffolding aswell. I chan...
I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...
@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...
I'm using laravel passport for API authentication, it works perfectly when I use it with one db, but...
doaaiti liked this thread
Hi there, I want to simplify the password reset process for the user by determining the users email...
hello, I have an issue with requests loop with what appears to me like a pretty standard feature (bu...
I want to create fake session for dummy user in Test
I'm facing an issue here which I don't think I had before, however I'm not sure what I changed to in...
Hello Laravel.io I'm wondering on how to make a laravel app behave like a subscriber in pub sub to r...
Hi@all, i'm new at Laravel, and now i'm building my first app. My app is a database to store address...
Hi, I have this project where the client needs the user to input a document number instead of the us...
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