Hi, I'm trying to use passport method for api access but its showing some http exception with post m...
Hello everyone! I have very exciting question form me. What is a right way to authenticate your SPA...
Hi everyone, I am a newbie when it comes to Laravel and Lumen. I am looking into building an API gat...
Hello, I am trying to make a route available to both our web app and api. The problem I am having is...
I started to upgrade a Laravel project form v5.2 to v5.6. I followed the doc and made the changes li...
public function handle($request, Closure $next, $guard = null) { switch($guard){ case 'admin': if(Au...
Hey, I want to sent SMS to user's mobile. The message should be sent in the users language. Where I...
I have set up login feature for normal login (email, password) and facebook login using socialite. E...
I'm getting session persistence issue in laravel 5.6 ... the issue I'm facing is: Like I have 2 user...
Hello, I'm sorry if this is redundant or not the place to ask, I don't consider myself a good code w...
I have a site with 2 different logins, one for users (I use the default auth) and one for admins, fo...
I'm working on a Vue SPA adding realtime features using Laravel Echo, Laravel Echo Server, and Redis...
Hello. In my app user model has a global scope "active", which checks if the "active&...
I am having difficulty setting up Passport in Laravel 5.6. The first time when I followed this tutor...
I would like to access a column called "access_level" in table "roles". The thin...
When i call a method where i set session is execute perfectly.After set the session when i call ano...
Three Roles Student Teacher Parent These three roles assign by super-admin. Student, Teacher, Parent...
Hi Folks, I am new to laravel passport. I am developing Rest API services with the help of Laravel P...
Hi good people. Have been stuck for hours on end with model binding with dynamic DB connection. I ha...
Hello, I am making a single user project using #laravel, Single user = the only administrator with f...
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