From 131456767fcf1a295192e34eaa5b1545107bac0a Mon Sep 17 00:00:00 2001 From: Jeroen Van den Bossche Date: Wed, 8 Nov 2017 18:31:26 +0100 Subject: [PATCH] Readme: add type info. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dcc2167..3a21e35 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ You may also do: - `flash('Message')->success()`: Set the flash theme to "success". - `flash('Message')->error()`: Set the flash theme to "danger". - `flash('Message')->warning()`: Set the flash theme to "warning". +- `flash('Message')->info()`: Set the flash theme to "info". - `flash('Message')->overlay()`: Render the message as an overlay. - `flash()->overlay('Modal Message', 'Modal Title')`: Display a modal overlay with a title. - `flash('Message')->important()`: Add a close button to the flash message.