Hello there, My Laravel 4.2 is working fine on its local Homestead infrastructure, under HTTPS. I ha...
Hi, I have, say, a Post object that belongsTo a User object. The User object hasMany Post objects. I...
Xum said: Hm... the fact that flash.old is empty makes me think that session saving (during which o...
Hmm... unfortunately this is not working either. I can testify the database driver-backed session is...
The most sane I have is to try database driver for sessions, to rule out peculiarities of Heroku's...
I already did, to no avail. :( It actually is the basis of my code and it's working fine in homestea...
First of all thanks for your help Xum. Session::flash('message', 'test'); var_dump( Session::all() )...
The Laravel portal for problem solving, knowledge sharing and community building.
The community