Skip to content

Commit cfb6372

Browse files
committed
View examples added
1 parent f301c58 commit cfb6372

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Laravel IMAP is an easy way to integrate the native php imap library into your *
2222
- [Search](#search-for-messages)
2323
- [Result limiting](#result-limiting)
2424
- [Pagination](#pagination)
25+
- [View examples](#view-examples)
2526
- [Fetch a specific message](#fetch-a-specific-message)
2627
- [Message flags](#message-flags)
2728
- [Attachments](#attachments)
@@ -361,6 +362,9 @@ $paginator = $oFolder->search()
361362
```
362363
> You can also paginate a Folder-, Attachment- or FlagCollection instance.
363364
365+
#### View examples
366+
You can find a few blade examples under [/examples](/Webklex/laravel-imap/examples).
367+
364368
#### Fetch a specific message
365369
Get a specific message by uid (Please note that the uid is not unique and can change):
366370
``` php

0 commit comments

Comments
 (0)