jimgwhit said: On the laravel site click Dev, THERE ARE DOCS, just not totally up to date. That's D...
Also, Laravel 5 is not even beta yet, so it's a little absurd to think there should be docs.
jimgwhit said: But why a backslash now:: \Session::get('foo'); instead of a simple: Session::get('...
Weird that Laravel is working for thousands of others...
I have a helpers.php file that I throw in the composer classmaps to put stuff like that in.
The Laravel portal for problem solving, knowledge sharing and community building.