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...
Is it possible to set a cookie in the terminate function of a middleware? I have tried to create it...
In my implementation of "Post-Redirect-Get" flow for Laravel a problem appears when using...
I have a problem with my laravel application, it is like a nightmare to me ? I've tried everything I...
Hello everyone! I have very exciting question form me. What is a right way to authenticate your SPA...
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...
Laravel It is commonly known that Laravel offers expressive and elegant syntax for developing web ap...
I have a site with 2 different logins, one for users (I use the default auth) and one for admins, fo...
I am using Laravel 5.5. I am trying to change my session driver to memcached. When i change the sess...
PHP script to check the client's IP address: <?php namespace IPv4; if(!session_id() || session_...
When i call a method where i set session is execute perfectly.After set the session when i call ano...
I have a L5.2 app where I'm trying to login a user in an Event Listener. All routes are wrapped in w...
Hello, I've got this problem with the Auth::user() object not working properly when using subdomains...
hi guys i have a problem with laravel coding that i ran my project on cpanel and i encountered with...
Hey guys, im trying to get an email sent out to the logged in user on visiting a page, this is what...
Hi there! I have a code that works fine. It displays flash messages. This is what you find in my vie...
Hey guys, i have been working on a local machine, once a user registers it fires an event from a con...
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