Support the ongoing development of Laravel.io →

844 Threads

posted 7 years ago

FileSessionHandler tries to read non-existing session file

Laravel Version: 5.4.15 PHP Version: 7.0.16 Database Driver & Version: MySQL PDO I get the follo...

0 Likes
0 Replies

Quiz package for Laravel?

Hi, anyone knows of a quiz package for Laravel (or independent)?

0 Likes
1 Replies

how to insert current login user -> userid using --resource controller? please help my thesis deadline

im using php artisan make:auth any ideas on how to insert the user id of the current login-ed user?...

0 Likes
4 Replies
Solved
0 Likes
0 Replies

Laravel allow route to be accessible only from another route

I have '/signup/select-plan' which lets the user select a plan, and '/signup/tos' which displays the...

0 Likes
1 Replies

how to insert my auth user id to my database upon submission?

hi guys i am new in laravel so please bear with me. im using laravel 5.4 what im trying to do is upo...

0 Likes
4 Replies

TokenMismatchException in VerifyCsrfToken.php line 46 error

I know this question has been asked many times and I've tried everyone of them to fix my issue: I us...

0 Likes
2 Replies

Redirecting to a different area based on a "service ID"

I'm fairly new to Laravel and couldn't find anything on this. If for example, I was creating a panel...

0 Likes
2 Replies

how to show login validations errors using this code

with using this code $auth = Auth::guard('web')->attempt(['email'=>$request->email,'passwor...

0 Likes
0 Replies

remember auth and sessions tokens problems..

Hi! I'm a new Laravel user, coming from cakephp. I've created an aplication with an initial login fo...

0 Likes
0 Replies

Session shutdown handler

Normally with a session_set_save_handler you would also register a shutdown handler with session_reg...

0 Likes
0 Replies

issue to get session in controller __construct function

here is my code https://laravel.io/bin/E3Vby

0 Likes
1 Replies

laravel cookie run across subdomain

I Have a project where subdomain are created for users like a there are john.example.com and jenny.e...

0 Likes
0 Replies

Session laravel 5.3 not working over LAN

currently using : laravel 5.3 session driver already tried memcached,redis my session data each ref...

0 Likes
0 Replies

TokenMismatchException Issue Only on Dreamhost

I just uploaded my site to DreamHost (http://thepixelshades.com) and I'm now getting a TokenMismatch...

0 Likes
1 Replies
Solved

Save User data? session? cache? db?

Hello, i have web app using laravel, for each user there is permissions sets array and subscription...

0 Likes
0 Replies

Token Mismatch issue with Iframes on Safari Browser Only

Laravel Version: 5.3.28 PHP Version: 5.6.25 Database Driver & Version: Description: Hi, i have...

0 Likes
0 Replies

How to session:destroy in laravel?

Everytime, I proceed to another page then when i go back to the previous page. THe page still displ...

0 Likes
0 Replies

laravel user section on subdomain

Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...

0 Likes
0 Replies

Validator errors not in session?

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

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