Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created January 12, 2018 02:13
Show Gist options
  • Select an option

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

Select an option

Save wichaksono/b5a35c1bef6679b3386532a1d6675571 to your computer and use it in GitHub Desktop.
<?php
//...
public function store(Request $request)
{
$save = false;
if ( $save ) {
flashMe()->success();
return redirect()->back();
} else {
flashMe()->error();
return redirect()->back();
}
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment