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)...
Hi I need to retrieve a total of credits. When I put this in the browser it works and gives only a t...
Now I may be being stupid and not understanding fully... I'm trying to add items to a shopping cart...
Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...
I have written a fairly large RESTful api server using Lumen 5.1. In various middleware classes, I f...
Hi! Just started learning Laravel with the help of learninglaravel.net tutorial, however I'm a bit s...
Hello guys, I'm new to Laravel. I just played around with some methods and made already a few little...
this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...
Hi In Laravel 5.1 i try to create a session after a Auth::loginUsingId with $request->session()-&...
I am having an issue with csrf tokens not being generated in forms. Forms generate the hidden field...
We made a simple login form, when we post it its working fine, we are even logged in if we check the...
In the handle() method of my middleware, I currently have: return $next($request); But I would like...
Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...
can i login using auth::attempt without hash the password ? i already have the database users from m...
Dear, I'm having the following problem: I created a new project in Laravel 5.1 and made no specific...
I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...
Hi, i want to save the referrer if a user comes to my site on the first request, so a session is cre...
I cannot get an image to upload from a form using laravel 5. I have set 'files' to true but it still...
Hi guys, I have a problem with the sessions on the shared hosting. I developed an app on a local ser...
I am a newbie in Laravel 5. Now i am trying to use laravel authentication service. The problem is i...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community