Create and destroy session in laravel
Hi, I'm a completelly newbie in laravel and I used to code with native php, here still cant find an easy way to destroy user sessions. when a user logs out, they can still click the back button for the browser and puff.. they are back in. Another question will be how do I use sessions table provided by laravel? any ideas to help solve this issue will be much appreaciated.
Route::get('users','UsersController@getUsers');
. . }