Skip to content

Conversation

@Dartui
Copy link

@Dartui Dartui commented Nov 29, 2017

Instead of writing

flash('Some message', 'danger')->important();

return redirect()->route('index');

we can now write

return redirect()->route('index')->withFlash('Some message', 'danger', true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant