Skip to content

Commit

Permalink
Remove old readme images
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Jan 31, 2022
1 parent 2f3fc49 commit b25241f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,24 +89,18 @@ flash('Welcome Aboard!');
return home();
```

![https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/message.png](https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/message.png)

```php
flash('Sorry! Please try again.')->error();

return home();
```

![https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/error.png](https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/error.png)

```php
flash()->overlay('You are now a Laracasts member!', 'Yay');

return home();
```

![https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/overlay.png](https://dl.dropboxusercontent.com/u/774859/GitHub-Repos/flash/overlay.png)

> [Learn exactly how to build this very package on Laracasts!](https://laracasts.com/lessons/flexible-flash-messages)
## Hiding Flash Messages
Expand Down

0 comments on commit b25241f

Please sign in to comment.