I already using password reset function for guest users. is there any interface to change password o...
I'm working on user registration in my API using Laravel Passport, and I need to return refresh_toke...
In laravel 4.2 there's this example how can I do the same thing in laravel 5.x?
Laravel Version: 5.6.* PHP Version: 7.2.2 Database Driver & Version: Mysql 5.0.12 Description: l...
Hi I write a usercontroller with a function as doLogin that first check rules with validation and a...
I have a SPA app built on vue.js with a lumen api using JWT tokens which is working fine. Im trying...
this is my test ajax in laravel 5 (refer below) $("#try").click(function(){ va...
Hi everyone, im new in laravel. I know that there is a built in auth system but just because a train...
So like many others i’m trying to build a Laravel Crud app, but I’ve got the problem that users can...
Hello, my app uses laravel 4.2 and allows jpg,png,jpeg uploads however if a user uploads a file name...
When I use Auth::user() in a controller I get null as a result. The reason I need the ID of the curr...
I tried to make my callback url dynamic because I'm configuring socialite in a multi auth system. I...
I have some problem creating the auth part of my site: I tried to adapt my page to the register.blad...
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...
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