File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -89,24 +89,18 @@ flash('Welcome Aboard!');
8989return home();
9090```
9191
92- ![ https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/message.png ] ( https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/message.png )
93-
9492``` php
9593flash('Sorry! Please try again.')->error();
9694
9795return home();
9896```
9997
100- ![ https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/error.png ] ( https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/error.png )
101-
10298``` php
10399flash()->overlay('You are now a Laracasts member!', 'Yay');
104100
105101return home();
106102```
107103
108- ![ https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/overlay.png ] ( https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/overlay.png )
109-
110104> [ Learn exactly how to build this very package on Laracasts!] ( https://laracasts.com/lessons/flexible-flash-messages )
111105
112106## Hiding Flash Messages
You can’t perform that action at this time.
0 commit comments