Support the ongoing development of Laravel.io →

845 Threads

5.2 - How to use cookies?

Hi. In the past we use to do something like Cookie::get() - Cookie::set() - Cookie::forever() but th...

0 Likes
2 Replies

5.2 make:auth landing page shows logged in user as logged out

I am currently investigating an authentication bug in somebody else's application which occurred whe...

0 Likes
2 Replies
posted 10 years ago

Session don't update immediately to prevent from multiple submissions

I have just tested laravel session use database engine. With multiple submissions case, I tried fix...

0 Likes
4 Replies
posted 8 years ago

How to get Auth in Custom Modular Structure

Hello, I am changed Folder stricture with below help http://ziyahanalbeniz.blogspot.com.tr/2015/03/m...

0 Likes
3 Replies

TokenMismatchException in VerifyCsrfToken.php line 67 in Laravel 5.2

Hello All, I alway get this error when i try to post my form. project_name/login is working well. I...

0 Likes
1 Replies

update from Lumen 5.1 to 5.2: flashing data on a per request basis

I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...

0 Likes
4 Replies
Solved

Retrieve Data From Pivot Table

I have this pivot table: http://3.1m.yt/0_7a5sa.png I need to return multiple names of users (from u...

0 Likes
0 Replies
posted 8 years ago

Destroy all Client Sessions

Good evening everybody! I Hope you can help me. I implemented a Login system with laravel 4.2. I use...

0 Likes
1 Replies

Strange auth middleware redirect

Hi! Just started learning Laravel with the help of learninglaravel.net tutorial, however I'm a bit s...

0 Likes
2 Replies
Solved

Storing values in sessions

I have an appointments page where I keep track of my appointments. I have several dropdowns which I...

0 Likes
0 Replies

Middleware on 404?

Hey, is it possible to assign the web middleware to the 404 page? Best regards, Deazl

0 Likes
1 Replies
posted 8 years ago

Session issues in Laravel 5.2

Hello guys, since I made the upgrade to Laravel 5.2 I'm having troubles with sessions. I learned tha...

0 Likes
1 Replies

$errors not found & logout not working?

Hello guys, I'm new to Laravel. I just played around with some methods and made already a few little...

0 Likes
6 Replies
Solved
posted 8 years ago

Laravel Session is not persisted through AngularJS call

I'm working with an AngularJS front-end and a Laravel 5.1 app. I have a route in my Laravel app whic...

0 Likes
5 Replies

Site crash when not logging out

Hi When I close the tab of my site without logging out and I open it again, it tries to get this url...

0 Likes
5 Replies
posted 8 years ago

How do i save input data into sessions variable ?

i have input user form i want to display that to the user before they submit Should i use sessions o...

0 Likes
2 Replies

laravel 5.2 auth got problem

I try to follow the tutorial, the tutorial running well without put the auth in group middleware web...

0 Likes
1 Replies

Permission denied error on production

I am using sending mail using mail::send method it it giving exceptiin permission denied File_puts_c...

0 Likes
0 Replies

Session not functionning

this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...

0 Likes
4 Replies
Solved

Trigger function on Session expire

Hi. i need to add a function to my application upon the user session expired. the lifetime set in my...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.