in Kernel.php protected $middlewareGroups = [ 'web' => [ // Other middleware......
Hey all, I have an issue with the new v11 of Laravel. I can't find a way to entirely remove Set-Cook...
After logged in, I clicked on some links to redirect to another page in my app. Sometimes, my login...
Hey, i want to use laravel as a tool that i can implement in other websites as an iframe. But i see...
Hi I made the dashboard for my website and I made a tap for users to see there logged in sessions an...
I'm developing a web application using the Laravel framework. I'm using the Laravel session system i...
Why the redirection in this controller method is not working, note : i am using laravel with inertia...
Hi everyone So far with Laravel 9 no problems. Now with Laravel 10: problem. My local program works...
When a user logs in, there is a token associated with that login. I've seen code that stores that t...
I create an eCommerce store with laravel 9. I install stripe API, but I have some difficulty display...
I currently have an application running Laravel as an API and a SPA app as the frontend, they reside...
Hi, community, please i need u help... i want that my aplication, redirect to login when my session...
I am getting session cookies domain error while running the enlighten package. Check 92/126: Horizon...
I'm trying to add items from a list (checkboxes) to an session: ` public function addToCartFromList(...
Hello, a question, how can I check if a session does not exists? if (Session::has('ac_responsibleAr...
Hi, I have a login program (PHP) that writes sessions after a successful login and then the user is...
Hi im using laravel version 5.4 running at heroku and sessions using database. Suddenly my session t...
I am deploying a Laravel application to Google Cloud Run and I am not sure what to do with handling...
Simple Laravel code & markup chain: // Initial route public function play(Request $request) {...
How can i get the device and browser from user_agent Like $device->user_agent->browser blade @...
ngoquocdat liked this thread
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