check this out http://grossi.io/2014/working-with-laravel-4-and-wordpress-together/
Check this forum http://laravel.io/forum/12-26-2014-routing-with-https?page=1#reply-19174
I think you are assigning an Array to Store before passing it to your view. use dd() to debug that...
I use this in my filter.php Route::filter('force.ssl', function() { if( ! Request::secure() &&am...
The Laravel portal for problem solving, knowledge sharing and community building.
The community