Support the ongoing development of Laravel.io →

144 Threads

L4.0, (CSRF) TokenMismatchException when uploading large files

OS: Ubuntu 12.04 x64 php(s): 5.3.10 (and tested with 5.5.3) apache(s) 2.2.22 (and tested with 2.4.6)...

0 Likes
6 Replies
Solved

Guzzle gives me different data

Hi I need to retrieve a total of credits. When I put this in the browser it works and gives only a t...

0 Likes
3 Replies
Solved

No supported encrypter found

Now I may be being stupid and not understanding fully... I'm trying to add items to a shopping cart...

0 Likes
2 Replies
Solved

Single User at a Time Login

Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...

0 Likes
1 Replies
Solved

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

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

$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

Session not functionning

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

0 Likes
4 Replies
Solved

Call to undefined method Illuminate\Support\Facades\Request::session()

Hi In Laravel 5.1 i try to create a session after a Auth::loginUsingId with $request->session()-&...

0 Likes
1 Replies
Solved

Form CSRF Tokens

I am having an issue with csrf tokens not being generated in forms. Forms generate the hidden field...

0 Likes
11 Replies
Solved

Auth session killed after redirect | laravel 5.2

We made a simple login form, when we post it its working fine, we are even logged in if we check the...

0 Likes
1 Replies
Solved

Middleware return $next($request) with JSON?

In the handle() method of my middleware, I currently have: return $next($request); But I would like...

0 Likes
5 Replies
Solved

Problem with JWT login

Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...

0 Likes
2 Replies
Solved

login without hash the password

can i login using auth::attempt without hash the password ? i already have the database users from m...

0 Likes
3 Replies
Solved
posted 8 years ago

Problems with session

Dear, I'm having the following problem: I created a new project in Laravel 5.1 and made no specific...

0 Likes
3 Replies
Solved

Cross subdomain authentication cookies missing

I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...

0 Likes
1 Replies
Solved

hook create.session to save referrer for saving on user registration

Hi, i want to save the referrer if a user comes to my site on the first request, so a session is cre...

0 Likes
1 Replies
Solved

Image upload won't work Laravel 5

I cannot get an image to upload from a form using laravel 5. I have set 'files' to true but it still...

0 Likes
6 Replies
Solved

Session not persisting on shared hosting - Laravel 4.2.17

Hi guys, I have a problem with the sessions on the shared hosting. I developed an app on a local ser...

0 Likes
3 Replies
Solved

Laravel 5 Can not get authenticated user from view

I am a newbie in Laravel 5. Now i am trying to use laravel authentication service. The problem is i...

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