Hi, I`m also facing that "bug", when the session is recreated on every page load. I checke...
I am using laravel 4 framework in web development of my projects. I have 5 applications that should...
I have a shopping cart ID that I'd like to save somewhere to pick up the cart later when the user co...
Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...
Problem: Model events (Model::saving, etc...) don't work anymore after putting an instance of the mo...
Hi. I have problem with functional testing form validation. When I use $errors in my view, tests fai...
I mainly confused following two code should be written on that document? class MongoHandler implemen...
I have the Users and Items tables on a many-to-many relationship and what im trying to do is only di...
$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting sele...
<?php echo $users->appends(array('sort' => 'votes'))->links(); ?> I do a GET form sub...
$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...
Hey guys, Im only new to this, so sorry if its a stupid question. Background: I have 3 databases tha...
Hi, This is my controller: return View::make('realestates.single') ->with('title', trans('na...
Hey everyone, I am having some trouble working with Laravel and the infusionsoft api. Right now I am...
I am attempting to create a sub domain based system that looks first for the sub domain and then use...
I have been working with laravel Forms and Sessions the past 2 days but cannot seem to figure out so...
When I've made multistep forms in the past I would generally place the form data into the session so...
I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...
#1. Database vs File System I've done a lot of researching on this and am finding pros and cons for...
I am trying to build newsfeed with laravel and node.js and try to sync redis session, can any one he...
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