Download the PHP package inani/messager without Composer
On this page you can find all versions of the php package inani/messager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package messager
(NOT MAINTAINED)
Laravel Messager
A convenient way to handle messages between users in a simple way
Table of Contents
- Installation
- Setup a Model
- Creating & Sending Messages
- Creating a message
- Sending the message
- Responding the message
- Drafting a message
- Working with Messages
- Getting messages between users
- Read messages
- Unread messages
- Draft messages
- Tags
- Create and Edit tags
- Assign tag to message
- Change and get tag of a message
- Remove a tag from a message
Installation:
First, install the package through Composer.
Then include the service provider inside config/app.php
.
Publish config and migrations
Setup a Model
To setup a model all you have to do is add (and import) the MessageAccessible
trait.
Creating & sending Messages
Creating a message
Sending the message
Responding the message
Drafting a message
Working with Messages
Once you've got messages you need to do something with them.
Getting messages between users
Read messages
Unread messages
Sent messages
Draft messages
Tags
You can tag (or structure your messages in different categories).
Create and Edit tags
each user can make any number of tags.
Assign tag to message
Once you have the message and the tag
Change and get tag of a message
Remove a tag from a message
All versions of messager with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5
The package inani/messager contains the following files
Loading the files please wait ....