Session::push missing from cheat sheet
Closed this issue · 0 comments
boarmanc commented
The cheat-sheet @ http://cheats.jesse-obrien.ca/# is missing Session::push:
Laravel 4.0 docs describe Session::push() as:
Push A Value Onto An Array Session Value
Session::push('user.teams', 'developers');