Solve your laravel problems.
I have created a seesion with laravel Session::put('cart', $cart);
How can I destroy it with php like session_destroy(); ? out side of laravel directory.