Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 12, 2018 01:59
Show Gist options
  • Select an option

  • Save wichaksono/5e27aa4bb22bbd66427dbb3b157f880a to your computer and use it in GitHub Desktop.

Select an option

Save wichaksono/5e27aa4bb22bbd66427dbb3b157f880a to your computer and use it in GitHub Desktop.
<?php
//.....
Route::get('/flash-me', function(){
flashMe()->success();
dd(session()->all()); // dump
return redirect()->to('/');
});
//....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment