Go to your php.ini Remove the ; in the line that has this: ;extension=php_openssl.dll then reload y...
How did you install your laravel? through git or composer?
You can do return View::make('index', array( 'foo' => Images::indexPageMr(), 'bar' =>...
Well I have this in my repository, allowing values to be set to null when there is no contents forea...
Try removing the dd function, this halts the whole application preventing session to persists
The Laravel portal for problem solving, knowledge sharing and community building.
The community