Support the ongoing development of Laravel.io →

144 Threads

Validator errors not in session?

I am validating a form with the following $validator = \Validator::make($request->all(), [ 'p...

0 Likes
11 Replies
Solved

Good or not: Always add CSRF token to HTML

Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...

0 Likes
4 Replies
Solved

5.2: Ajax Auth not picking up session?

I've got a working auth system built using the built in auth system provided by Laravel 5.2. It's wo...

0 Likes
4 Replies
Solved

How to access session from parent template

Hi, I'm new to Laravel so the question might sound stupid. I'm currently trying to handle the displa...

0 Likes
2 Replies
Solved

Can't use Schema and Session class in a Middleware in Laravel 5.2?

Can I use Schema and Session class in a Middleware? I tried to use Schema::hasTable and Session::put...

0 Likes
3 Replies
Solved
posted 7 years ago

Auto logout and redirect

Hello, im new in Laravel. Have problem with automatic logout after session expire and redirect on ho...

0 Likes
2 Replies
Solved

Logout on Exception

Hi, I`m using Laravel5.3 and I wrote a 'default' Route. In \app\Extensions\Handler.php I extended th...

0 Likes
1 Replies
Solved

Laravel Table Filter

So I have website based on Laravel framework. I have table and the filter for table to filter the it...

0 Likes
1 Replies
Solved

Session are not persisting in staging environment

Hello Laravel.IO, This is my first post to these forums and I'm still new to laravel, worked with it...

0 Likes
4 Replies
Solved

Is it possible to pass Laravel 5 session variables to external PHP?

I want to use an external PHP library with Laravel 5. The problem is that I need a way to pass a fe...

0 Likes
8 Replies
Solved

How can i handle VerifyCsrfToken Middleware after leaving form for while

Dear All, Forms are working great with me, but i left the webpage opened for several minutes then i...

0 Likes
1 Replies
Solved

Tokens CSRF don't work

I have error after some action from me, i tried change 'domain' in /config/session.php on own domain...

0 Likes
1 Replies
Solved

Cookies not persisting after Laravel 4.1 upgrade

I have an existing Laravel 4.0 project that I have been trying to update to Laravel 4.1. I created a...

0 Likes
26 Replies
Solved

Session Permissions Issue

The Problem I'm getting a Permission Denied on every single page coming from: ErrorException in File...

0 Likes
2 Replies
Solved

Json response removes key in array :(

Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...

0 Likes
3 Replies
Solved

Trying to display orders on logged user

I'm trying to make a menu for user when he loggin to be able to check his order history. So far I go...

0 Likes
3 Replies
Solved
posted 8 years ago

Laravel 4.2 on Heroku: Session::flash() not working.

Hello there, My Laravel 4.2 is working fine on its local Homestead infrastructure, under HTTPS. I ha...

0 Likes
12 Replies
Solved
posted 9 years ago

Difference between "file" vs "cookie" session driver

What is the difference between "file" vs "cookie" session driver?

0 Likes
5 Replies
Solved

Android to Laravel

Hi Someone is developing an Android app for the website i am working on. This app will have two func...

0 Likes
3 Replies
Solved
posted 8 years ago

Laravel Session Id always changes every refresh in Laravel 5.2

I have just installed Laravel 5.2, but i have some issues when using Laravel Session as i have descr...

0 Likes
5 Replies
Solved

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.