Eliminar todas las sesiones en Laravel
Session::flush();
Isaac
Session::flush();
# ref: https://laravel.io/forum/02-06-2014-session-destroy
Session::forget('yourKeyGoesHere') // Removes a specific variable