Support the ongoing development of Laravel.io →

843 Threads

Checking laravel auth in subdomain (wordpress)

I have a laravel site and wordpress site running on the same domain. http://www.domain.com - laravel...

0 Likes
6 Replies

Form Multistep

Hello, I created a multi-step forms, I don't want to store data on every stem to database, because i...

0 Likes
0 Replies

underscore in url preventing the cookies/session in IE or not?

Hi, I am confused about the following thought. In my case I was using an underscore in the subdomain...

0 Likes
2 Replies

trying to output posts but Controller function seem to work wrong

I'm trying to output my posts and for that in a specific page I call a function with foreach to load...

0 Likes
2 Replies
posted 7 years ago

Laravel 5.3 - can't use session db driver

I'm upgrading my app from Laravel 4.2 to 5.3. I finally got everything working except one strange th...

0 Likes
3 Replies
posted 7 years ago

Session not saving (Laravel 5.3)

Hey everyone, I recently upgraded to Laravel 5.3 from 5.2. In my code, I am saving a session as such...

0 Likes
5 Replies

Unable to Login Rapidly after Logging out In Chrome -

#Relevant System Information System - Virtual Box Ubuntu 16.04, PHP 7.0, Google Chrome 55.0.2883.87...

0 Likes
0 Replies

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

Middleware auth logging me out?

Hi, I'm a bit new to laravel (and coding in general), so sorry if this question is basic! My issue r...

0 Likes
0 Replies

How can I change the language of errors in laravel 5.1 dynamically?

I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...

0 Likes
0 Replies

Store last N viewed articles

How and where would you store that? I'm using a Redis based session storage for my Laravel based loc...

0 Likes
0 Replies
posted 7 years ago

ReflectionException in Route.php line 280:

i dont know why......... thats my route.php <?php /* |------------------------------------------...

0 Likes
5 Replies

LoginController keeps redirecting to /home on existing session

Hi, in my application i installed the laravel authentication controllers and routes via artisan make...

0 Likes
1 Replies

Session not working in laravel 5.3

Laravel Version: 5.3 PHP Version: 5.6 Description: I am trying to create session like below code but...

0 Likes
2 Replies

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
posted 9 years ago

Session content not available in Service Providers register()

Hey, I'm currently having a big problem with accessing the Session content inside of a Service Provi...

0 Likes
9 Replies

TokenMismatchException for file, database and redis session configuration on ajax calls

I am encountering a weird problem on my Laravel 5.2 project. I have a DataTable with filters that ma...

0 Likes
1 Replies
posted 8 years ago

Token from and session token are different using mobile browser (login action)

I have got this login form: <form class="form-horizontal" role="form" method=...

0 Likes
1 Replies

TokenMismatchException Issue

So I've been finagling with this for a couple hours. I've read all the posts on the GitHub issue twi...

0 Likes
0 Replies

Form Submission after Authentication

I was developing a form which is public but user must be logged in to submit the form. Here is my ro...

0 Likes
3 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.