@section('content') <h1>Test</h1> @show is equivalent to @section('content') <h1>...
Pull out the entire array, remove the item, and put the array back into the session: Session::put('u...
There's your problem then. Your web server may be using 5.5.6 but the CLI version is 5.3.
What do you get from running php --version ?
The Laravel portal for problem solving, knowledge sharing and community building.
The community