🔥check this tutorial “Create Scaffold with Laravel 5.7” https://medium.com/modulr/create-scaffold-...
I am new to laravel and I am trying to validate username in real time. Hoping to get a reply :-)
The new Laravel 5.7 uses the MustVerifyEmail trait on the registration and authentication. If we use...
Hello, What is the best way to logout specific user in Laravel? Auth::logout() will just logout th...
Question: How to destroy users' session or logout user when the user closed the browser? There are s...
Hello I have the similar problem as https://github.com/laravel/framework/issues/13000 but i don't un...
Please preface this with "I'm REALLY new to Laravel". I would like to be able to add custo...
My Site was working fine, and i move my website from VPS to AWS(LAMP) Now after login function i am...
I have users table and related user_groups table and there is access_level column in the user_groups...
Hi, I have been working on laravel 5.2 from last 3 years on one of my stable product. I found it qui...
I have a problem with my laravel application, it is like a nightmare to me ? I've tried everything I...
This =has to be super simple, but I can't quite figure it out. I want guest users (not logged in) to...
Hi! I am stuck. I need to develop a medium sized application but I can't decide on the architecture....
I'd try to tackle this myself, but I have zero bandwidth. JWT is standardized for many reasons and i...
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...
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