Skip to content

Commit 0b9f74a

Browse files
committed
Update README
1 parent 856f7a6 commit 0b9f74a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,13 @@ You can use the facade...
5757
Flash::error('error message');
5858
Flash::overlay('modal overlay message', 'Message Title');
5959

60+
Each type will flash specific data to the session to add the appropriate class to the view.
61+
These classes are defined in the configuration file.
62+
6063
### Multiple Flashes
6164

6265
You can flash any number of messages of any type.
63-
In your view, you can use `@foreach` to run through them (see below).
66+
In your view, you can use `@foreach` to run through them (see the [view](https://github.com/codezero-be/flash/blob/master/src/views/message.blade.php)).
6467

6568
Flash::success('success message');
6669
Flash::warning('warning message');
@@ -77,7 +80,7 @@ Obviously an overlay message is always dismissible and does not have this option
7780

7881
Flash::success('success message', [], false);
7982

80-
> Dismissing alerts requires some javascript from [Bootstrap](http://getbootstrap.com/getting-started/), or your own.
83+
> Dismissing alerts require some javascript from [Bootstrap](http://getbootstrap.com/getting-started/), or your own.
8184
8285
### Localization
8386

0 commit comments

Comments
 (0)